C# Class GR.Gambling.Blackjack.HandSet

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode Description
AllBusted ( ) : bool
AllFinished ( ) : bool
GetEnumerator ( ) : IEnumerator
HandSet ( ) : System
NextActiveHand ( ) : void
Reset ( ) : void
Split ( Card card1, Card card2 ) : void
ToString ( ) : string
this ( int index ) : Hand

Method Details

AllBusted() public méthode

public AllBusted ( ) : bool
Résultat bool

AllFinished() public méthode

public AllFinished ( ) : bool
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

HandSet() public méthode

public HandSet ( ) : System
Résultat System

NextActiveHand() public méthode

public NextActiveHand ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Split() public méthode

public Split ( Card card1, Card card2 ) : void
card1 Card
card2 Card
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : Hand
index int
Résultat Hand