CodeGenerator.IsCurrentEnum プロパティ

定義

生成されている現在のオブジェクトが列挙体かどうかを示す値を取得します。

protected:
 property bool IsCurrentEnum { bool get(); };
protected bool IsCurrentEnum { get; }
member this.IsCurrentEnum : bool
Protected ReadOnly Property IsCurrentEnum As Boolean

プロパティ値

現在のオブジェクトが列挙体である場合は true。それ以外の場合は false

適用対象