CodeGenerator.GenerateConstructor Metoda

Definice

Vygeneruje kód pro zadaný konstruktor.

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)

Parametry

e
CodeConstructor

Konstruktor pro vygenerování kódu.

c
CodeTypeDeclaration

Typ objektu, který tento konstruktor konstrukce.

Platí pro

Viz také