CodeGenerator.IsCurrentStruct プロパティ

定義

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

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

プロパティ値

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

適用対象