CodeGenerator::CurrentTypeName Property

 

Gets the current class name.

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

protected:
property String^ CurrentTypeName {
	String^ get();
}

Property Value

Type: System::String^

The current class name.

.NET Framework
Available since 1.1
Return to top
Show: