CodeGenerator::GenerateTypeConstructor Method (CodeTypeConstructor^)

 

Generates code for the specified class constructor.

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

protected:
virtual void GenerateTypeConstructor(
	CodeTypeConstructor^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeTypeConstructor^

The class constructor to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: