GroupCollection.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を提供します。

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

戻り値

IEnumerator

Group 内のすべての GroupCollection オブジェクトを含む列挙子。

実装

注釈

コレクション内のオブジェクトを反復処理Groupできる列挙子を取得するメソッドを呼び出GetEnumeratorす代わりに、グループ反復コンストラクト (C# や For Each... などforeach) を使用する必要があります。Next in Visual Basic) that is provided by your programming language.

適用対象