CodeGenerator.GenerateTypeConstructor(CodeTypeConstructor) Method

Definition

Generates code for the specified class constructor.

protected:
 abstract void GenerateTypeConstructor(System::CodeDom::CodeTypeConstructor ^ e);
protected abstract void GenerateTypeConstructor (System.CodeDom.CodeTypeConstructor e);
abstract member GenerateTypeConstructor : System.CodeDom.CodeTypeConstructor -> unit
Protected MustOverride Sub GenerateTypeConstructor (e As CodeTypeConstructor)

Parameters

e
CodeTypeConstructor

The class constructor to generate code for.

Applies to

See also