Ejemplo n.º 1
0
 public override int GetHashCode() => hashed_methodName.GetHashCode();
Ejemplo n.º 2
0
 new public byte GetIndex(HashedString id)
 {
     return(this.GetIndex(id.GetHashCode()));
 }