예제 #1
0
 public bool RemoveHash(Func <T, int> targetHash)
 {
     return(HashFunctions.Remove(targetHash));
 }