IndentedTextWriterWriteLineAsync(String) - метод

Asynchronously writes a string to the text stream, followed by a line terminator.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public override Task WriteLineAsync(
	string? value
)

Параметры

value  String
The string to write. If the value is , only a line terminator is written.

Возвращаемое значение

Task
A task that represents the asynchronous write operation.

Исключения

ObjectDisposedExceptionThe text writer is disposed.
InvalidOperationExceptionThe text writer is currently in use by a previous write operation.

См. также