Table of Contents

Class CsvRecord

Namespace
SunamoCsv
Assembly
SunamoCsv.dll

Represents a single record (row) in a CSV file

public sealed class CsvRecord
Inheritance
CsvRecord
Inherited Members
Extension Methods

Fields

Fields

Gets the Fields in the record

public readonly List<string> Fields

Field Value

List<string>

Properties

FieldCount

Gets the number of fields in the record

public int FieldCount { get; }

Property Value

int