IndentedTextWriterWrite(Char, Int32, Int32) - метод

Writes a subarray of characters to the text stream.

Definition

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

Параметры

buffer  Char
The character array to write data from.
index  Int32
The character position in the buffer at which to start retrieving data.
count  Int32
The number of characters to write.

Исключения

ArgumentExceptionThe buffer length minus index is less than count.
ArgumentNullExceptionThe buffer parameter is .
ArgumentOutOfRangeExceptionindex or count is negative.
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.

См. также