示例#1
0
 public static List <string> Escape(this List <string> sources)
 {
     return(sources.Select(p => Escaper.Process(p)).ToList());
 }