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
CodeEntryPointMethodThe entry point for the code.
c
CodeTypeDeclarationThe code that declares the type.