LineWrappingTextWriterWrite Method (Char) |
Writes a character to the text stream.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic override void Write(
char value
)
Public Overrides Sub Write (
value As Char
)
Dim instance As LineWrappingTextWriter
Dim value As Char
instance.Write(value)
public:
virtual void Write(
wchar_t value
) override
Parameters
- value
- Type: SystemChar
The character to write to the text stream.
Exceptions
See Also