CodeGenerator.IsCurrentInterface 属性

定义

获取一个值,该值指示正在生成的当前对象是否为接口。

protected:
 property bool IsCurrentInterface { bool get(); };
protected bool IsCurrentInterface { get; }
member this.IsCurrentInterface : bool
Protected ReadOnly Property IsCurrentInterface As Boolean

属性值

如果当前对象是接口,则为 true;否则为 false

适用于