示例#1
0
 public Hand(Combination combination, OddCards odd = null)
 {
     Combination = combination;
     Odd         = odd;
 }