IndentedTextWriterWriteLineAsync - метод
Asynchronously writes a line terminator to the text stream.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override Task WriteLineAsync()
Public Overrides Function WriteLineAsync As Task
public:
virtual Task^ WriteLineAsync() override
abstract WriteLineAsync : unit -> Task
override WriteLineAsync : unit -> Task
Возвращаемое значение
TaskA task that represents the asynchronous write operation.
ObjectDisposedException | The text writer is disposed. |
InvalidOperationException | The text writer is currently in use by a previous write operation. |