IndentedTextWriterWriteLine(ReadOnlySpanChar) - метод
Writes the text representation of a character span to the text stream, followed by a line terminator.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override void WriteLine(
ReadOnlySpan<char> buffer
)
Public Overrides Sub WriteLine (
buffer As ReadOnlySpan(Of Char)
)
public:
virtual void WriteLine(
ReadOnlySpan<wchar_t> buffer
) override
abstract WriteLine :
buffer : ReadOnlySpan<char> -> unit
override WriteLine :
buffer : ReadOnlySpan<char> -> unit
Параметры
- buffer ReadOnlySpanChar
- The char span value to write to the text stream.