Table of Contents

Struct CsvParser<T>.RecordEnumerable

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

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

CsvParser<T>.Enumerator

Remarks

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