C# Class GR.Gambling.Blackjack.HandSet

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

Public Methods

Method 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 method

public AllBusted ( ) : bool
return bool

AllFinished() public method

public AllFinished ( ) : bool
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

HandSet() public method

public HandSet ( ) : System
return System

NextActiveHand() public method

public NextActiveHand ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Split() public method

public Split ( Card card1, Card card2 ) : void
card1 Card
card2 Card
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : Hand
index int
return Hand