Click or drag to resize

TextBackedConsoleWriteLine(String) Method

Writes the specified string value, followed by the current line terminator, to the text backed console.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void WriteLine(
	string value
)

Parameters

value  String
The value to write.

Implements

ITextBackedConsoleWriteLine(String)
See Also