CodeGenerator::CurrentClass Property

 

Gets the code type declaration for the current class.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
property CodeTypeDeclaration^ CurrentClass {
	CodeTypeDeclaration^ get();
}

Property Value

Type: System.CodeDom::CodeTypeDeclaration^

The code type declaration for the current class.

.NET Framework
Available since 2.0
Return to top
Show: