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