|
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 Function MoveNext As Boolean
Request Example
View SourceReturn Value
Type:
Boolean if the enumerator was successfully advanced to the next record,
if the enumerator has passed the end of the CSV.
Implements
IEnumeratorMoveNextSee Also