IndentedTextWriterWriteAsync(Char) - метод
Writes a character to the text stream asynchronously.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public override Task WriteAsync(
char value
)
Public Overrides Function WriteAsync (
value As Char
) As Task
public:
virtual Task^ WriteAsync(
wchar_t value
) override
abstract WriteAsync :
value : char -> Task
override WriteAsync :
value : char -> Task
- value Char
- The character to write to the text stream.
TaskA task that represents the asynchronous write operation.