Click or drag to resize

CSVReader Constructor

Ctor.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public CSVReader(
	AdapterInputSource adapterInputSource
)

Parameters

adapterInputSource
Type: com.espertech.esperioAdapterInputSource
the source of the CSV file
Exceptions
ExceptionCondition
ArgumentExceptionAdapterInputSource cannot be null
See Also