Click or drag to resize

IFileHelperAsyncEngineTWriteNexts Method

Write the next records to a file or stream opened.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
void WriteNexts(
	IEnumerable<T> records
)

Parameters

records
Type: System.Collections.GenericIEnumerableT
The records to write (Can be an array, ArrayList, etc)
See Also