Method GenerateEntryPointMethod
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v10.dll
GenerateEntryPointMethod(CodeEntryPointMethod, CodeTypeDeclaration)
Generates code for the specified entry point method.
protected override void GenerateEntryPointMethod(CodeEntryPointMethod e, CodeTypeDeclaration c)
Parameters
eCodeEntryPointMethodThe entry point for the code.
cCodeTypeDeclarationThe code that declares the type.