Esempio n. 1
0
 public CsvReader(CsvProfile profile, int bufferSize)
 {
     this.Profile = profile;
     BufferSize   = bufferSize;
 }
Esempio n. 2
0
 public CsvReader(CsvProfile profile)
     : this(profile, 512)
 {
 }