CodeGenerator.IsCurrentClass 属性

定义

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

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

属性值

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

适用于