Ejemplo n.º 1
0
 /// <summary>
 /// Removes a hand from those that the deck is aware of.
 /// </summary>
 /// <param name="hand">The hand to remove.</param>
 void Internal.IDeckInternal <TElement> .RemoveHand(IHand <TElement> hand)
 {
     HandSet.Remove(hand);
 }