Click or drag to resize

CSVSource Constructor

Ctor.

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

Parameters

source
Type: com.espertech.esperioAdapterInputSource
the AdapterInputSource from which to obtain the underlying resource
See Also