Exemple #1
0
 static public int AbsorbObjectHash(this int item, Object other)
 {
     return(item.AbsorbHash(other.GetHashCodeEX()));
 }