Click or drag to resize

ITextBackedConsoleWrite(String) Method

Writes the specified string value to the text backed console.

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

Parameters

value  String
The string to write.
See Also