Méthode GetEnumerator
Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As IEnumerator(Of T)
'Utilisation
Dim instance As ReportElementCollectionBase
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>
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerator< (Of < ( <'T> ) > ) >
An IEnumerator<(Of <(<'T>)>)>.
Implémente
IEnumerable< (Of < ( <'T> ) > ) >. . :: . .GetEnumerator() () () ()