CodeGenerator::ContinueOnNewLine Method (String^)

 

Generates a line-continuation character and outputs the specified string on a new line.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void ContinueOnNewLine(
	String^ st
)

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
Return to top
Show: