Struct CsvParser<T>.Enumerator
Enumerator for raw CSV record fields.
public ref struct CsvParser<T>.Enumerator : IDisposable
- Implements
Properties
Current
Current record.
[UnscopedRef]
public CsvFieldsRef<T> Current { get; }
Property Value
- CsvFieldsRef<T>
Methods
Dispose()
Disposes the parser.
public void Dispose()
MoveNext()
Attempts to read the next record.
public bool MoveNext()