C# Class GR.Gambling.Blackjack.Shoe

显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Shoe ( ) : System

Method Details

Add() public method

public Add ( CardSet cards ) : void
cards CardSet
return void

Clear() public method

public Clear ( ) : void
return void

Copy() public method

public Copy ( ) : Shoe
return Shoe

Parse() public static method

public static Parse ( string s ) : Shoe
s string
return Shoe

Remove() public method

public Remove ( Card card ) : void
card Card
return void

Remove() public method

public Remove ( CardSet cards ) : void
cards CardSet
return void

Reset() public method

public Reset ( ) : void
return void

Shoe() protected method

protected Shoe ( ) : System
return System

Shoe() public method

public Shoe ( int decks ) : System
decks int
return System

ToArray() public method

public ToArray ( ) : int[]
return int[]

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int pointValue ) : int
pointValue int
return int