CodeGenerator.IsCurrentEnum プロパティ

定義

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

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

プロパティ値

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

適用対象