CodeGenerator::CurrentMemberName Property

 

Gets the current member name.

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

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

Property Value

Type: System::String^

The name of the current member.

.NET Framework
Available since 1.1
Return to top
Show: