C# Class GR.Gambling.Blackjack.Shoe

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

Méthodes publiques

Méthode Description
Add ( CardSet cards ) : void
Clear ( ) : void
Copy ( ) : Shoe
Parse ( string s ) : Shoe
Remove ( Card card ) : void
Remove ( CardSet cards ) : void
Reset ( ) : void
Shoe ( int decks ) : System
ToArray ( ) : int[]
ToString ( ) : string
this ( int pointValue ) : int

Méthodes protégées

Méthode Description
Shoe ( ) : System

Method Details

Add() public méthode

public Add ( CardSet cards ) : void
cards CardSet
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : Shoe
Résultat Shoe

Parse() public static méthode

public static Parse ( string s ) : Shoe
s string
Résultat Shoe

Remove() public méthode

public Remove ( Card card ) : void
card Card
Résultat void

Remove() public méthode

public Remove ( CardSet cards ) : void
cards CardSet
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Shoe() protected méthode

protected Shoe ( ) : System
Résultat System

Shoe() public méthode

public Shoe ( int decks ) : System
decks int
Résultat System

ToArray() public méthode

public ToArray ( ) : int[]
Résultat int[]

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int pointValue ) : int
pointValue int
Résultat int