Click or drag to resize

TraceTextWriterWrite(Char) Method

Writes a character to the text stream.

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

Parameters

value  Char
The character to write to the text stream.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.
See Also