ReportElementCollectionBase<T>.ReportElementEnumerator Класс

Определение

Представляет перечислитель для наследуемого объекта класса ReportElementCollectionBase<T>.

public: ref class ReportElementCollectionBase<T>::ReportElementEnumerator : System::Collections::Generic::IEnumerator<T>
public class ReportElementCollectionBase<T>.ReportElementEnumerator : System.Collections.Generic.IEnumerator<T>
type ReportElementCollectionBase<'T>.ReportElementEnumerator = class
    interface IEnumerator<'T>
    interface IDisposable
    interface IEnumerator
Public Class ReportElementCollectionBase(Of T).ReportElementEnumerator
Implements IEnumerator(Of T)

Параметры типа

T
Наследование
ReportElementCollectionBase<T>.ReportElementEnumerator
Реализации

Свойства

Current

Возвращает текущий элемент.

Методы

Dispose()

Освобождает неуправляемые ресурсы, используемые ReportElementCollectionBase<T>.ReportElementEnumerator.

MoveNext()

Переходит к следующему объекту в перечислителе.

Reset()

Сбрасывает ReportElementCollectionBase<T>.ReportElementEnumerator в первый объект.

Явные реализации интерфейса

IEnumerator.Current

Получает текущий элемент в коллекции.

Применяется к