ForEachEnumerator.CollectionEnumerator プロパティ

定義

foreach ループ列挙子がオブジェクトのコレクションを列挙しているか、コレクションのコレクションを列挙しているかどうかを示すブール値を取得または設定します。

public:
 virtual property bool CollectionEnumerator { bool get(); void set(bool value); };
public virtual bool CollectionEnumerator { get; set; }
member this.CollectionEnumerator : bool with get, set
Public Overridable Property CollectionEnumerator As Boolean

プロパティ値

列挙子が反復処理している内容を示すブール値。

実装

注釈

の場合は、列挙子がコレクションのコレクションを繰り返し処理している場合は true です。 列挙子がオブジェクトのコレクションを繰り返し処理している場合は false です。

適用対象