ClockVector::RemoveAt Method

Removes the element at the specified index.

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

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32
The index of the element to remove from the clock vector.

Implements

IList<T>::RemoveAt(Int32)
Show: