ClockVector::IEnumerable::GetEnumerator Method

Returns an enumerator that iterates through the collection of clock vector elements.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator
An IEnumerator object that can be used to iterate through the clock vector element collection.

Implements

IEnumerable::GetEnumerator()

This member is implemented explicitly. Code that accesses this method must first cast ClockVector to the IEnumerable interface.

Show: