Example #1
0
 public HandForEval(params Card[] crds)
 {
     SevCards     = this.SortCards(crds);
     HandStrength = _handEvaluator.GetStrength(this);
 }