public int HashCurrent(int hash)
 {
     return((hash << 5) - hash + _comparer.GetHashCode(_current));
 }
Beispiel #2
0
 public int GetHashCode(T value)
 {
     return(_inner.GetHashCode(value));
 }