CodeGenerator.IsCurrentClass プロパティ

定義

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

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

プロパティ値

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

適用対象