CsvRowList.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 CsvRowList.
public virtual IEnumerator<T> GetEnumerator()
Returns
IEnumerator<
T>
A System.Collections.Generic.List`1.Enumerator for the CsvRowList.