Table of Contents

Struct CsvParser<T>.RecordAsyncEnumerable

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

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

CsvParser<T>.AsyncEnumerator

Remarks

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