CsvColumnList.GetEnumerator method

Version 0.0.2
.NET Framework 4.7
Namespace Skybrud.Csv
Assembly Skybrud.Csv.dll

GetEnumerator()

Virtual

Returns an enumerator that iterates through the CsvColumnList.

public virtual IEnumerator<T> GetEnumerator()

Returns

A System.Collections.Generic.List`1.Enumerator for the CsvColumnList.