Click or drag to resize

TextOutputServiceBaseWriteLine(String) Method

Writes a string to the output and then starts a new line.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void WriteLine(
	string text
)

Parameters

text  String
The string to write to the output.

Implements

ITextOutputServiceWriteLine(String)
See Also