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