CsvSource Constructor (TextReader)

NReco.PivotData Class Library Documentation
Initializes new CsvSource instance with specified TextReader.

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public CsvSource(
	TextReader csvRdr
)

Parameters

csvRdr
Type: System.IOTextReader
TextReader for CSV data
See Also

Reference