클록 벡터 요소를 반복하는 열거자를 반환합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
‘사용 방법
Dim instance As ClockVector
Dim returnValue As IEnumerator(Of IClockVectorElement)
returnValue = instance.GetEnumerator
public IEnumerator<IClockVectorElement> GetEnumerator ()
public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator () sealed
public final IEnumerator<IClockVectorElement> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<IClockVectorElement>
반환 값
클록 벡터 요소를 반복하는 열거자입니다.
참고 항목
참조
ClockVector 클래스
ClockVector 멤버
Microsoft.Synchronization 네임스페이스