Language

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

コレクション内の現在の要素を取得します。

適用対象