Bagikan melalui


CodeGenerator.GenerateConstructor Metode

Definisi

Menghasilkan kode untuk konstruktor yang ditentukan.

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)

Parameter

e
CodeConstructor

Konstruktor untuk menghasilkan kode.

c
CodeTypeDeclaration

Jenis objek yang dibangun konstruktor ini.

Berlaku untuk

Lihat juga