Struct CsvFields<T>.Enumerator
Enumerates the fields in the record, unescaping them if needed.
public ref struct CsvFields<T>.Enumerator
Properties
Current
Current field in the enumerator.
public readonly ReadOnlySpan<T> Current { get; }
Property Value
- ReadOnlySpan<T>
Methods
MoveNext()
Attempts to read the next field in the record.
public bool MoveNext()