ClockVector::Item Property

Gets or sets the element in the clock vector that is indicated by the value of index.

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

public:
virtual property IClockVectorElement^ default[int index] {
	IClockVectorElement^ get (int index) sealed;
	void set (int index, IClockVectorElement^ value) sealed;
}

Parameters

index
Type: System::Int32
The index of the element to get or set.

Property Value

Type: Microsoft.Synchronization::IClockVectorElement
The element in the clock vector that is indicated by the value of index.

Implements

IList<T>::Item[Int32]

ExceptionCondition
ArgumentException

value cannot be cast to ClockVectorElement.

Show: