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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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.