Click or drag to resize
Accord.NET (logo)

CsvReaderRecordEnumerator Constructor

Initializes a new instance of the RecordEnumerator class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public RecordEnumerator(
	CsvReader reader
)
Request Example View Source

Parameters

reader
Type: Accord.IOCsvReader
The CsvReader to iterate over.
Exceptions
ExceptionCondition
ArgumentNullExceptionreader is a .
See Also