IndentedTextWriterWrite(Char) - метод

Writes a character array to the text stream.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.

См. также