コード例 #1
0
ファイル: PokerRank.cs プロジェクト: yzkee90/TddKata
 protected PokerRank(Card[] cards)
 {
     Cards = cards.Sort();
 }