Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the clock vector elements.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
'Usage
Dim instance As FeedClockVector
Dim returnValue As IEnumerator(Of IClockVectorElement)
returnValue = instance.GetEnumerator()
public IEnumerator<IClockVectorElement> GetEnumerator()
public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IClockVectorElement>
override GetEnumerator : unit -> IEnumerator<IClockVectorElement>
public final function GetEnumerator() : IEnumerator<IClockVectorElement>
Return Value
Type: System.Collections.Generic.IEnumerator<IClockVectorElement>
An enumerator that iterates through the clock vector elements.
Implements
IEnumerable<T>.GetEnumerator()