Table of Contents

Struct CsvFields<T>.Enumerator

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

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()

Returns

bool