C# Class Blackjack.DealerHand

The hand for the dealer. This is the same as the hands of the players, except that the dealer hand has a hidden card which is flipped over at the end.
Inheritance: Hand
Afficher le fichier Open project: tansey/blackjack Class Usage Examples

Méthodes publiques

Méthode Description
FlipHiddenCard ( ) : void

Flips the hidden card so that all players can see what the dealer has.

Method Details

FlipHiddenCard() public méthode

Flips the hidden card so that all players can see what the dealer has.
public FlipHiddenCard ( ) : void
Résultat void