Click or drag to resize
Accord.NET (logo)

CsvReaderGetEnumerator Method

Returns an RecordEnumerator that can iterate through CSV records.

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

Return Value

Type: CsvReaderRecordEnumerator
An RecordEnumerator that can iterate through CSV records.
Exceptions
ExceptionCondition
ObjectDisposedException The instance has been disposed of.
See Also