ReportElementCollectionBase<T>.GetEnumerator 方法
Gets the enumerator for this ReportElementCollectionBase<T>.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator(Of T)
用法
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>
返回值
类型:System.Collections.Generic.IEnumerator<T>
An IEnumerator<T>.