Struct CsvParser<T>.RecordAsyncEnumerable
Enumerates records from the parser.
public readonly struct CsvParser<T>.RecordAsyncEnumerable : IAsyncEnumerable<CsvFieldsRef<T>>
- Implements
Methods
GetAsyncEnumerator()
Returns an enumerator that asynchronously iterates through the CSV data.
public CsvParser<T>.AsyncEnumerator GetAsyncEnumerator()
Returns
Remarks
The enumerator advances the inner reader and parser, and disposes them after use.