Esempio n. 1
0
 public override int GetHashCode()
 {
     return(_member.GetHashCode() ^ (int)_code ^ typeof(InstructionKey).GetHashCode());
 }