StringWriter.WriteLine(ReadOnlySpan<Char>) Method

Definition

Writes the text representation a span of characters to the string, followed by a line terminator.

public:
 override void WriteLine(ReadOnlySpan<char> buffer);
public override void WriteLine(ReadOnlySpan<char> buffer);
override this.WriteLine : ReadOnlySpan<char> -> unit
Public Overrides Sub WriteLine (buffer As ReadOnlySpan(Of Char))

Parameters

buffer
ReadOnlySpan<Char>

The span of characters to write to the string.

Applies to