Share via


CodeGenerator.GenerateConstructor Método

Definición

Genera código para el constructor especificado.

protected:
 abstract void GenerateConstructor(System::CodeDom::CodeConstructor ^ e, System::CodeDom::CodeTypeDeclaration ^ c);
protected abstract void GenerateConstructor (System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c);
abstract member GenerateConstructor : System.CodeDom.CodeConstructor * System.CodeDom.CodeTypeDeclaration -> unit
Protected MustOverride Sub GenerateConstructor (e As CodeConstructor, c As CodeTypeDeclaration)

Parámetros

e
CodeConstructor

Constructor para el que se va a generar código.

c
CodeTypeDeclaration

Tipo del objeto que construye este constructor.

Se aplica a

Consulte también