Condividi tramite


Metodo GetEnumerator

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As IEnumerator(Of T)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.Generic. . :: . .IEnumerator< (Of < ( <'T> ) > ) >
An IEnumerator<(Of <(<'T>)>)>.

Implementa

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