Table of Contents

Method GenerateEntryPointMethod

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

GenerateEntryPointMethod(CodeEntryPointMethod, CodeTypeDeclaration)

Generates code for the specified entry point method.

protected override void GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)

Parameters

e CodeEntryPointMethod

The entry point for the code.

c CodeTypeDeclaration

The code that declares the type.