Exemplo n.º 1
0
 public CSVStream(string path, ICSVConverter <E> converter)
 {
     _path      = path;
     _converter = converter;
 }
Exemplo n.º 2
0
 public CSVStream(string path, ICSVConverter <E> converter)
 {
     this.path      = path;
     this.converter = converter;
 }