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() () () ()