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

Writes a subarray of characters to the text stream, followed by a line terminator.

Definition

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

Параметры

buffer  Char
The character array from which data is read.
index  Int32
The character position in buffer at which to start reading data.
count  Int32
The maximum 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.

См. также