コード例 #1
0
 private static List <string> GetHeaders(string line, CsvOptions options)
 {
     return(SplitLine(line, options));
 }