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