CodeGenerator.GenerateConstructor Méthode

Définition

Génère du code pour le constructeur spécifié.

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)

Paramètres

e
CodeConstructor

Constructeur pour lequel générer le code.

c
CodeTypeDeclaration

Type de l'objet construit par ce constructeur.

S’applique à

Voir aussi