CodeGenerator::GenerateConstructor Method (CodeConstructor^, CodeTypeDeclaration^)

 

Generates code for the specified constructor.

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

protected:
virtual void GenerateConstructor(
	CodeConstructor^ e,
	CodeTypeDeclaration^ c
) abstract

Parameters

e
Type: System.CodeDom::CodeConstructor^

The constructor to generate code for.

c
Type: System.CodeDom::CodeTypeDeclaration^

The type of the object that this constructor constructs.

.NET Framework
Available since 1.1
Return to top
Show: