Click or drag to resize
Accord.NET (logo)

CsvReader Constructor

Overload List
  NameDescription
Public methodCsvReader(Stream, Boolean)
Initializes a new instance of the CsvReader class.
Public methodCsvReader(TextReader, Boolean)
Initializes a new instance of the CsvReader class.
Public methodCsvReader(String, Boolean)
Initializes a new instance of the CsvReader class.
Public methodCsvReader(TextReader, Boolean, Char)
Initializes a new instance of the CsvReader class.
Public methodCsvReader(TextReader, Boolean, Int32)
Initializes a new instance of the CsvReader class.
Public methodCsvReader(TextReader, Boolean, Char, Int32)
Initializes a new instance of the CsvReader class.
Top
See Also