CodeGenerator::GenerateMethod Method (CodeMemberMethod^, CodeTypeDeclaration^)
.NET Framework (current version)
Generates code for the specified method.
Assembly: System (in System.dll)
protected: virtual void GenerateMethod( CodeMemberMethod^ e, CodeTypeDeclaration^ c ) abstract
Parameters
- e
-
Type:
System.CodeDom::CodeMemberMethod^
The member method to generate code for.
- c
-
Type:
System.CodeDom::CodeTypeDeclaration^
The type of the object that this method occurs on.
.NET Framework
Available since 1.1
Available since 1.1
Show: