LineWrappingTextWriterWriteLineAsync(Char) Method
Asynchronously writes a character to the text stream, followed by a line terminator.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public override Task WriteLineAsync(
char value
)
Public Overrides Function WriteLineAsync (
value As Char
) As Task
Dim instance As LineWrappingTextWriter
Dim value As Char
Dim returnValue As Task
returnValue = instance.WriteLineAsync(value)
public:
virtual Task^ WriteLineAsync(
wchar_t value
) override
- value Char
- The character to write to the text stream.
TaskA task that represents the asynchronous write operation.