Table of Contents

Class RecordOwner<T>

Namespace
FlameCsv.Reading
Assembly
FlameCsv.Core.dll

Base class for types that provide ownership of CSV records.

public abstract class RecordOwner<T> where T : unmanaged, IBinaryInteger<T>

Type Parameters

T
Inheritance
object
RecordOwner<T>
Derived

Properties

IsDisposed

Indicates whether the reader has been disposed.

public abstract bool IsDisposed { get; }

Property Value

bool

Options

CSV options associated with this record owner.

public CsvOptions<T> Options { get; }

Property Value

CsvOptions<T>