LineWrappingTextWriterWriteLine(ReadOnlySpanChar) Method
Writes the text representation of a character span to the text stream, followed by a line terminator.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public override void WriteLine(
ReadOnlySpan<char> buffer
)
Public Overrides Sub WriteLine (
buffer As ReadOnlySpan(Of Char)
)
Dim instance As LineWrappingTextWriter
Dim buffer As ReadOnlySpan(Of Char)
instance.WriteLine(buffer)
public:
virtual void WriteLine(
ReadOnlySpan<wchar_t> buffer
) override
Parameters
- buffer ReadOnlySpanChar
- The char span value to write to the text stream.