HttpResponseStreamWriter.WriteLine(ReadOnlySpan<Char>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the text representation of a character span to the text stream, followed by a line terminator.
public:
override void WriteLine(ReadOnlySpan<char> value);
public override void WriteLine (ReadOnlySpan<char> value);
override this.WriteLine : ReadOnlySpan<char> -> unit
Public Overrides Sub WriteLine (value As ReadOnlySpan(Of Char))
Parameters
- value
- ReadOnlySpan<Char>