Exemplo n.º 1
0
 protected PokerRank(Card[] cards)
 {
     Cards = cards.Sort();
 }