LocalScopeHandleCollection.ChildrenEnumerator 構造体

定義

public: value class LocalScopeHandleCollection::ChildrenEnumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::LocalScopeHandle>
public struct LocalScopeHandleCollection.ChildrenEnumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.LocalScopeHandle>
type LocalScopeHandleCollection.ChildrenEnumerator = struct
    interface IEnumerator<LocalScopeHandle>
    interface IEnumerator
    interface IDisposable
Public Structure LocalScopeHandleCollection.ChildrenEnumerator
Implements IEnumerator(Of LocalScopeHandle)
継承
LocalScopeHandleCollection.ChildrenEnumerator
実装

プロパティ

Current

列挙子の現在位置にあるコレクション内の要素を取得します。

メソッド

MoveNext()

列挙子をコレクションの次の要素に進めます。

明示的なインターフェイスの実装

IDisposable.Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

IEnumerator.Current

列挙子の現在位置にあるコレクション内の要素を取得します。

IEnumerator.Reset()

列挙子を初期位置、つまりコレクションの最初の要素の前に設定します。

適用対象