Метод ChartObjectCollectionBase<T, U>.GetEnumerator
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an enumerator that iterates through the collection.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As IEnumerator(Of T)
'Применение
Dim instance As ChartObjectCollectionBase
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> object that can be used to enumerate through the collection.
Реализует
IEnumerable<T>.GetEnumerator()
См. также
Справочник
ChartObjectCollectionBase<T, U> Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering