CodeTypeDeclaration.IsStruct 屬性

定義

取得或設定一個值,指示該型別是否為值型別(struct)。

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

適用於