ITextBackedConsoleWriteLine(String) Method |
Writes the specified string value, followed by the current line terminator, to the text backed console.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void WriteLine(
string value
)
Parameters
- value String
- The value to write.
See Also