Class CsvReader<T>.AsyncEnumerator
Enumerator for raw CSV record fields.
public sealed class CsvReader<T>.AsyncEnumerator : IAsyncEnumerator<CsvRecordRef<T>>, IAsyncDisposable
- Inheritance
-
objectCsvReader<T>.AsyncEnumerator
- Implements
Properties
Current
Current record.
public CsvRecordRef<T> Current { get; }
Property Value
- CsvRecordRef<T>
Methods
DisposeAsync()
Disposes the parser.
public ValueTask DisposeAsync()
Returns
MoveNextAsync()
Attempts to read the next record.
public ValueTask<bool> MoveNextAsync()