Click or drag to resize

RecordReader<T>.EnumerateRecords Method

Enumerates over all the records.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IEnumerable<T> EnumerateRecords()

Return Value

Type: IEnumerable<T>
An implementation of IEnumerable<T> that enumerates over the records.
See Also