Delen 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
public final void RemoveAt (
    int index
)
public final function RemoveAt (
    index : int
)

Parameters

  • index
    The index of the element to remove from the clock vector.

See Also

Reference

ClockVector Class
ClockVector Members
Microsoft.Synchronization Namespace