Method ContinueOnNewLine
- Namespace
 - Alternet.FormDesigner.Python
 
- Assembly
 - Alternet.FormDesigner.Python.v10.dll
 
ContinueOnNewLine(string)
Generates a line-continuation character and outputs the specified string on a new line.
protected override void ContinueOnNewLine(string st)
Parameters
ststringThe string to write on the new line.