Для изменения размера нажмите или перетащите

CsvWriter(Stream, Encoding, Int32, Boolean) - конструктор

Initializes a new instance of the StreamWriter class for the specified stream by using the specified encoding and buffer size, and optionally leaves the stream open.

Пространство имён:  Tessa.Platform.IO
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public CsvWriter(
	[NotNullAttribute] Stream stream,
	[NotNullAttribute] Encoding encoding,
	int bufferSize,
	bool leaveOpen
)

Параметры

stream
Тип: System.IOStream
The stream to write to.
encoding
Тип: System.TextEncoding
The character encoding to use.
bufferSize
Тип: SystemInt32
The buffer size, in bytes.
leaveOpen
Тип: SystemBoolean
to leave the stream open after the StreamWriter object is disposed; otherwise, .
Исключения
ИсключениеУсловие
ArgumentNullExceptionstream or encoding is .
ArgumentOutOfRangeExceptionbufferSize is negative.
ArgumentExceptionstream is not writable.
См. также