Метод GetEnumerator
Возвращает перечислитель для просмотра элементов вектора синхронизации.
Пространство имен: Microsoft.Synchronization
Сборка: Microsoft.Synchronization (в Microsoft.Synchronization.dll)
Синтаксис
'Декларация
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
abstract GetEnumerator : unit -> IEnumerator<IClockVectorElement>
override GetEnumerator : unit -> IEnumerator<IClockVectorElement>
public final function GetEnumerator() : IEnumerator<IClockVectorElement>
Возвращаемое значение
Тип System.Collections.Generic. . :: . .IEnumerator< (Of < ( <'IClockVectorElement> ) > ) >
Перечислитель для просмотра элементов вектора синхронизации.
Реализует интерфейс
IEnumerable< (Of < ( <'T> ) > ) >. . :: . .GetEnumerator() () () ()