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