次の方法で共有


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

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

適用対象