CodeGenerator.IsCurrentClass プロパティ

定義

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

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

プロパティ値

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

適用対象