共用方式為


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

適用於