Поделиться через


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

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

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

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