Table of Contents

Struct CsvReader<T>.RecordAsyncEnumerable

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

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

CsvReader<T>.AsyncEnumerator

Remarks

The enumerator advances the inner reader and parser, and disposes them after use.