CsvReader..::..GetEnumerator Method

Returns an RecordEnumerator that can iterate through CSV records.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public CsvReader..::..RecordEnumerator GetEnumerator()
Public Function GetEnumerator As CsvReader..::..RecordEnumerator
public:
CsvReader..::..RecordEnumerator^ GetEnumerator()

Return Value

An RecordEnumerator that can iterate through CSV records.

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.