Table of Contents

Method GenerateConstructor

Namespace
Alternet.FormDesigner.Python
Assembly
Alternet.FormDesigner.Python.v9.dll

GenerateConstructor(CodeConstructor, CodeTypeDeclaration)

Generates code for the specified constructor.

protected override void GenerateConstructor(CodeConstructor e, CodeTypeDeclaration c)

Parameters

e CodeConstructor

The constructor to generate code for.

c CodeTypeDeclaration

The type of the object that this constructor constructs.