Ejemplo n.º 1
0
 public override string ToString()
 {
     return("The player " + name + "has " + hand.LongCount() + " cards:\n" + hand);
 }