클록 벡터 요소 컬렉션을 반복하는 열거자를 반환합니다.
네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
‘사용 방법
Dim instance As FeedClockVector
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator
IEnumerator IEnumerable.GetEnumerator ()
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
반환 값
클록 벡터 요소 컬렉션을 반복하는 데 사용할 수 있는 IEnumerator 개체입니다.
주의
이 멤버는 명시적으로 구현됩니다. 이 메서드에 액세스하는 코드는 먼저 FeedClockVector를 IEnumerable 인터페이스로 캐스팅해야 합니다.
참고 항목
참조
FeedClockVector 클래스
FeedClockVector 멤버
Microsoft.Synchronization.FeedSync 네임스페이스