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

컬렉션의 현재 요소를 가져옵니다.

적용 대상