Example #1
0
 public static int TotalCountOfMissingStrings()
 {
     return(SourceFileStems.Sum(fileSterm => CountOfMissingStrings(fileSterm)));
 }