Ejemplo n.º 1
0
 public ISourceFile FindFile(string path)
 {
     return(SourceFiles.BinarySearch(path));
 }