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

適用対象