共用方式為


CodeTypeDeclaration.IsInterface 屬性

定義

取得或設定數值,表示型別是否為介面。

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

屬性值

如果型別為介面,則為 true,否則為 false

適用於