ClockVector::GetEnumerator Method

Returns an enumerator that iterates through the clock vector elements.

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

public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<IClockVectorElement>
An enumerator that iterates through the clock vector elements.

Implements

IEnumerable<T>::GetEnumerator()
Show: