CodeTypeDeclaration.IsClass 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值,表示型別是否為類別或參考型別。
public:
property bool IsClass { bool get(); void set(bool value); };
public bool IsClass { get; set; }
member this.IsClass : bool with get, set
Public Property IsClass As Boolean
屬性值
如果型別為類別或參考型別,則為 true
,否則為 false
。