Click or drag to resize

TextOutputServiceBaseInternalWrite Method

Writes the specified text to the underlying output.

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

Parameters

text  String
The text to write.
See Also