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