Ejemplo n.º 1
0
 public static bool Remove(VFile file)
 {
     return(dictionary.TryRemove(file.FullName, out VFile rFile));
 }
Ejemplo n.º 2
0
 public static bool TryGet(string path, out VFile file)
 {
     return(dictionary.TryGetValue(path, out file));
 }