Click or drag to resize

EnumerableRecordReaderT(IEnumerableT, Int32) Constructor

Initializes a new instance of the EnumerableRecordReaderT class.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public EnumerableRecordReader(
	IEnumerable<T> source,
	int count
)

Parameters

source  IEnumerableT
The list to read from.
count  Int32
The number of items in the list, or zero if this is unknown.
Remarks

If count is zero, Progress will return 0 until the reader has finished.

See Also