Method GenerateConstructor
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v9.dll
GenerateConstructor(CodeConstructor, CodeTypeDeclaration)
Generates code for the specified constructor.
protected override void GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)
Parameters
e
CodeConstructorThe constructor to generate code for.
c
CodeTypeDeclarationThe type of the object that this constructor constructs.