コード例 #1
0
ファイル: Hand.cs プロジェクト: akrogsgaard/PokerTest
 private HandType GetHandType()
 {
     return(_handEvaluator.GetHandType(Cards.ToList()));
 }