Table of Contents

Struct CsvParser<T>.Enumerator

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

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

Returns

bool

true if a record was read; otherwise, false.