Table of Contents

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 CodeVariableDeclarationStatement

The statement to generate code for.