SecurityKeyIdentifier.IEnumerable.GetEnumerator メソッド

定義

キー識別子句のコレクションを反復処理する列挙子を返します。

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

戻り値

コレクションを反復処理するために使用できる IEnumerator<T>

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、SecurityKeyIdentifier のインスタンスが IEnumerable インターフェイスにキャストされる場合のみ、使用できます。

適用対象