Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Blackjack
Shoe
C# Class Blackjack.Shoe
Exibir arquivo
Open project: tansey/blackjack
Class Usage Examples
Public Methods
Method
Description
NextCard
( ) :
Card
Shoe
(
int
decks
) :
System
Shuffle
( ) :
void
Shuffle
(
int
shuffleCount
) :
void
Method Details
NextCard()
public
method
public
NextCard
( ) :
Card
return
Card
Shoe()
public
method
public
Shoe
(
int
decks
) :
System
decks
int
return
System
Shuffle()
public
method
public
Shuffle
( ) :
void
return
void
Shuffle()
public
method
public
Shuffle
(
int
shuffleCount
) :
void
shuffleCount
int
return
void