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
Show file Open project: tansey/blackjack Class Usage Examples

Public Methods

Method Description
FlipHiddenCard ( ) : void

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

Method Details

FlipHiddenCard() public method

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