Int32Collection.IEnumerable<Int32>.GetEnumerator メソッド
定義
このメンバーの詳細については、「GetEnumerator()」をご覧ください。For a description of this member, see GetEnumerator().
virtual System::Collections::Generic::IEnumerator<int> ^ System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator() = System::Collections::Generic::IEnumerable<int>::GetEnumerator;
System.Collections.Generic.IEnumerator<int> IEnumerable<int>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int>
override this.System.Collections.Generic.IEnumerable<System.Int32>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<int>
Function GetEnumerator () As IEnumerator(Of Integer) Implements IEnumerable(Of Integer).GetEnumerator
戻り値
コレクションを反復処理するために使用できる IEnumerator<T> オブジェクト。An IEnumerator<T> object that can be used to iterate through the collection.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、Int32Collection のインスタンスが IEnumerable<T> インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the Int32Collection instance is cast to an IEnumerable<T> interface.