FeedClockVector::IEnumerable::GetEnumerator Method
Returns an enumerator that iterates through the collection of clock vector elements.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System.Collections::IEnumeratorAn 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 FeedClockVector to the IEnumerable interface.
Show: