Namespace FlameCsv.Reading
Classes
- CsvReader<T>
Reads CSV records from a ReadOnlySequence<T>.
- CsvReader<T>.AsyncEnumerator
Enumerator for raw CSV record fields.
Structs
- CsvReader<T>.Enumerator
Enumerator for raw CSV record fields.
- CsvReader<T>.RecordAsyncEnumerable
Enumerates records from the parser.
- CsvReader<T>.RecordEnumerable
Enumerates records from the parser.
- CsvRecordRef<T>
Internal implementation detail. This type should not be used directly.
Interfaces
- ICsvRecord<T>
Interface representing the fields of a CSV record.
- IMaterializer<T, TResult>
Instance of a type that reads CSV records into objects/structs.