Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns an enumerator that iterates through the clock vector elements.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
'Usage
Dim instance As ClockVector
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()