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