コード例 #1
0
 public CardsCombination(CardsCombinationType combinationType, CardType toCardType, CardSuit cardSuit)
     : this()
 {
     this.CombinationType = combinationType;
     this.ToCardType      = toCardType;
     this.CardSuit        = cardSuit;
 }
コード例 #2
0
 public CardsCombination(CardsCombinationType combinationType, CardType toCardType)
     : this()
 {
     this.CombinationType = combinationType;
     this.ToCardType      = toCardType;
 }