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

適用於