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