Exemplo n.º 1
0
 private List <string> GetFilePaths()
 {
     filePaths = (from f in Entries.AsParallel()
                  select f.FullName).ToList();
     return(filePaths);
 }