Click or drag to resize
Accord.NET (logo)

CsvReaderRecordEnumeratorReset Method

Sets the enumerator to its initial position, which is before the first record in the CSV.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void Reset()
Request Example View Source

Implements

IEnumeratorReset
See Also