ForEachEnumerator.CollectionEnumerator プロパティ

定義

フォーリーチループ列挙子がオブジェクトの集合を列挙しているのか、集合集合を列挙しているのかを示すブール値を得ます。

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 列挙子がオブジェクトの集合を反復している場合、

適用対象