CodeGenerator::CurrentMember Property

 

Gets the current member of the class.

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

protected:
property CodeTypeMember^ CurrentMember {
	CodeTypeMember^ get();
}

Property Value

Type: System.CodeDom::CodeTypeMember^

The current member of the class.

.NET Framework
Available since 1.1
Return to top
Show: