Пример #1
0
 public override int GetHashCode()
 {
     return(_targetItem.GetHashCode() << 3 + (int)_targetPosition);
 }