CodeTypeDeclaration.IsStruct プロパティ

定義

型が値型 (構造体) であるかどうかを示す値を取得または設定します。

public:
 property bool IsStruct { bool get(); void set(bool value); };
public bool IsStruct { get; set; }
member this.IsStruct : bool with get, set
Public Property IsStruct As Boolean

プロパティ値

true 型が値型の場合。それ以外の場合は false

適用対象