Click or drag to resize

MultiRecordEngineBeginWriteStream Method

Set the stream to be used in the WriteNext(Object) operation.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void BeginWriteStream(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
To stream to writes to.
Remarks

When you finish to write to the file you must call Close method.

See Also