Table of Contents

Struct CsvReader<T>.RecordEnumerable

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

Enumerates records from the parser.

public readonly struct CsvReader<T>.RecordEnumerable

Methods

GetEnumerator()

Returns an enumerator that iterates through the CSV data.

public CsvReader<T>.Enumerator GetEnumerator()

Returns

CsvReader<T>.Enumerator

Remarks

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