Method GenerateMethodReturnStatement
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GenerateMethodReturnStatement(CodeMethodReturnStatement)
Generates code for the specified method return statement.
protected override void GenerateMethodReturnStatement(CodeMethodReturnStatement e)
Parameters
e
CodeMethodReturnStatementThe statement to generate code for.