Class RecordOwner<T>
Base class for types that provide ownership of CSV records.
public abstract class RecordOwner<T> where T : unmanaged, IBinaryInteger<T>
Type Parameters
T
- Inheritance
-
objectRecordOwner<T>
- Derived
Properties
IsDisposed
Indicates whether the reader has been disposed.
public abstract bool IsDisposed { get; }
Property Value
Options
CSV options associated with this record owner.
public CsvOptions<T> Options { get; }
Property Value
- CsvOptions<T>