Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Blackjack
DealerHand
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
显示文件
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