Compartir a través de


BaseCollection<T>.RemoveAt Method

Removes the element at a specific position in the collection.

Namespace:  Microsoft.Rtc.Workflow.Utilities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As BaseCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)

Parameters

  • index
    Type: System.Int32
    The position of the element to remove.

Implements

IList<T>.RemoveAt(Int32)

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace