CodeGenerator::GenerateField Method (CodeMemberField^)

 

Generates code for the specified member field.

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

protected:
virtual void GenerateField(
	CodeMemberField^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeMemberField^

The field to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: