CodeGenerator.GenerateConstructor Metod

Definition

Genererar kod för den angivna konstruktorn.

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)

Parametrar

e
CodeConstructor

Konstruktorn som ska generera kod för.

c
CodeTypeDeclaration

Typen av objekt som konstruktorn konstruerar.

Gäller för

Se även