CodeGenerator.IsCurrentStruct プロパティ

定義

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

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

プロパティ値

true 現在のオブジェクトが値型または構造体の場合。それ以外の場合は false

適用対象