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

适用于