Метод FeedClockVector.System.Collections.IEnumerable.GetEnumerator

Возвращает перечислитель для просмотра коллекции элементов вектора синхронизации.

Пространство имен: Microsoft.Synchronization.FeedSync
Сборка: Microsoft.Synchronization (в microsoft.synchronization.dll)

Синтаксис

'Декларация
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