Метод | Описание | |
---|---|---|
BlackjackGame ( |
Creates a new instance of a game of Blackjack.
|
|
CanDoubleDown ( |
||
CanHit ( |
||
CanSplit ( |
||
CanSurrender ( |
||
DealerMustHit ( |
||
Play ( IEnumerable |
Plays a game of Blackjack with the collection of players.
|
Метод | Описание | |
---|---|---|
LogError ( |
public BlackjackGame ( |
||
settings | ||
Результат | System |
public CanDoubleDown ( |
||
hand | ||
Результат | bool |
public CanSplit ( |
||
hand | ||
Результат | bool |
public CanSurrender ( |
||
hand | ||
Результат | bool |
public DealerMustHit ( |
||
hand | ||
Результат | bool |
public Play ( IEnumerable |
||
players | IEnumerable |
|
Результат | void |