ChartObjectCollectionBase<T,U>.GetEnumerator 方法

定义

获取能够循环访问集合的枚举器。

public:
 virtual System::Collections::Generic::IEnumerator<T> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<'U>)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<'U>)>
Public Function GetEnumerator () As IEnumerator(Of T)

返回

IEnumerator<T>可用于枚举集合的对象。

实现

适用于