Struct CsvReader<T>.RecordEnumerable
Enumerates records from the parser.
public readonly struct CsvReader<T>.RecordEnumerable
Methods
GetEnumerator()
Returns an enumerator that iterates through the CSV data.
public CsvReader<T>.Enumerator GetEnumerator()
Returns
Remarks
The enumerator advances the inner reader and parser, and disposes them after use.