CodeGenerator::ContinueOnNewLine Method (String^)
.NET Framework (current version)
Generates a line-continuation character and outputs the specified string on a new line.
Assembly: System (in System.dll)
Parameters
- st
-
Type:
System::String^
The string to write on the new line.
Notes to Implementers:
When implementing a code generator for a language that supports a line-continuation character (for example, Visual Basic), this method should output the line-continuation character before it outputs a newline character.
.NET Framework
Available since 1.1
Available since 1.1
Show: