Table of Contents

Namespace FlameCsv.Enumeration

Classes

CsvEnumeratorBase<T>

Base class for synchronous enumerators.

CsvRecordEnumerable<T>

Enumerates known data into CSV records.

CsvRecordEnumerator<T>

An enumerator that parses CSV records.

CsvTypeMapEnumerable<T, TValue>

Enumerable that can be used to read TValue using reflection.

CsvTypeMapEnumerator<T, TValue>

An enumerator that parses CSV records as TValue.

CsvValueEnumerable<T, TValue>

Enumerable that can be used to read TValue using reflection.

CsvValueEnumeratorBase<T, TValue>

An enumerator that parses CSV records as TValue.

CsvValueEnumerator<T, TValue>

An enumerator that parses CSV records as TValue.

Interfaces

ICsvValueAsyncEnumerable<T, TValue>

Enumerable that can be used to read TValue.