CodeGenerator.GenerateConstructor Метод

Определение

Создает код для указанного конструктора.

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)

Параметры

e
CodeConstructor

Конструктор для создания кода.

c
CodeTypeDeclaration

Тип объекта, который создает этот конструктор.

Применяется к

См. также раздел