CodeGenerator.CurrentClass Property

Definition

Gets the code type declaration for the current class.

protected:
 property System::CodeDom::CodeTypeDeclaration ^ CurrentClass { System::CodeDom::CodeTypeDeclaration ^ get(); };
protected System.CodeDom.CodeTypeDeclaration CurrentClass { get; }
member this.CurrentClass : System.CodeDom.CodeTypeDeclaration
Protected ReadOnly Property CurrentClass As CodeTypeDeclaration

Property Value

The code type declaration for the current class.

Applies to