Method GenerateVariableDeclarationStatement
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement)
Generates code for the specified variable declaration statement.
protected override void GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)
Parameters
e
CodeVariableDeclarationStatementThe statement to generate code for.