Click or drag to resize
Accord.NET (logo)

CsvReaderRecordEnumeratorMoveNext Method

Advances the enumerator to the next record of the CSV.

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

Return Value

Type: Boolean
if the enumerator was successfully advanced to the next record, if the enumerator has passed the end of the CSV.

Implements

IEnumeratorMoveNext
See Also