CsvRowList Class

Version 0.0.2
.NET Framework 4.7
Namespace Skybrud.Csv
Assembly Skybrud.Csv.dll
Visibility Public
Interfaces IEnumerable<T>, IEnumerable
Inheritance Object

Class representing a list of rows in a CSV file.

public class CsvRowList : IEnumerable<T>, IEnumerable { }

Properties

Type Name Summary
CsvFile File

Gets a reference back to the parent CsvFile.

int Count

Gets the number of columns contained in the list.

int Length

Alias of CsvRowList.Count.

CsvRow Item

Gets the row at the specified index.

Methods

Adds a new row to the list.

GetEnumerator() (virtual)

Returns an enumerator that iterates through the CsvRowList.