Share via


ClockVector.RemoveAt Method

Removes the element at the specified index.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

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

instance.RemoveAt(index)
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: System.Int32
    The index of the element to remove from the clock vector.

Implements

IList<T>.RemoveAt(Int32)

See Also

Reference

ClockVector Class

Microsoft.Synchronization Namespace