コード例 #1
0
 public CsvReader(CsvProfile profile, int bufferSize)
 {
     this.Profile = profile;
     BufferSize   = bufferSize;
 }
コード例 #2
0
 public CsvReader(CsvProfile profile)
     : this(profile, 512)
 {
 }