Table of Contents

Namespace FlameCsv.Enumeration

Classes

CsvEnumeratorBase<T>

Base class for synchronous enumerators.

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.

CsvValueEnumeratorBase<T, TValue>

An enumerator that parses CSV records as TValue.

CsvValueEnumerator<T, TValue>

An enumerator that parses CSV records as TValue.

Structs

CsvRecordAsyncEnumerable<T>

Enumerates data asynchronously into CSV records.

CsvRecordEnumerable<T>

Enumerates data into CSV records.