最終更新:2023-01-27 (金) 12:41:40 (751d)
IEnumerable
Top / IEnumerable
System.Collections.IEnumerable?
- 非ジェネリック コレクションに対する単純な反復処理をサポートする列挙子を公開します。
System.Collections.Generic.IEnumerable(T)
- 指定した型のコレクションに対する単純な反復処理をサポートする列挙子を公開します。
メソッド
- IEnumerator.MoveNext?
- IEnumerator.Reset
- IEnumerator.Current
- Where?