Share via


ExpectedProcessCollection.RemoveAt Method

Removes an item from the collection

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
public void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) sealed
abstract RemoveAt : 
        index:int -> unit  
override RemoveAt : 
        index:int -> unit
public final function RemoveAt(
    index : int
)

Parameters

  • index
    Type: Int32

Implements

IList.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace