Метод GetEnumerator

Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator(Of T)
'Применение
Dim instance As GaugePanelObjectCollectionBase
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< (Of < ( <'T> ) > ) >
An IEnumerator<(Of <(<'T>)>)>.

Реализует

IEnumerable< (Of < ( <'T> ) > ) >. . :: . .GetEnumerator() () () ()