IndentedTextWriterWrite(Char) - метод

Writes a character array to the text stream.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public override void Write(
	char[]? buffer
)

Параметры

buffer  Char
The character array to write to the text stream.

Исключения

ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.

См. также