Click or drag to resize

TextBackedConsoleWrite(String) Method

Writes the specified string value to the text backed console.

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

Parameters

value  String
The string to write.

Implements

ITextBackedConsoleWrite(String)
See Also