Метод ReadOnlyList<T>.GetEnumerator
Returns an enumerator that iterates through the list.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As IEnumerator(Of T)
'Применение
Dim instance As ReadOnlyList
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
public final function GetEnumerator() : IEnumerator<T>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerator<T>
An enumerator that iterates through the list.
Реализует
IEnumerable<T>.GetEnumerator()