Click or drag to resize

LineWrappingTextWriterWrite Method (Char)

Writes a character to the text stream.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public override void Write(
	char value
)

Parameters

value
Type: SystemChar
The character to write to the text stream.
Exceptions
ExceptionCondition
ObjectDisposedException The LineWrappingTextWriter is closed.
IOException An I/O error occurs.
See Also