CodeGenerator.IsCurrentClass Property

Definition

Gets a value indicating whether the current object being generated is a class.

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

Property Value

true if the current object is a class; otherwise, false.

Applies to