Freigeben über


ClockVector.RemoveAt-Methode

Entfernt das Element am angegebenen 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
)

Parameter

  • index
    Der Index des Elements, das aus dem Taktvektor entfernt werden soll.

Siehe auch

Verweis

ClockVector-Klasse
ClockVector-Member
Microsoft.Synchronization-Namespace