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.

适用于