Blackjack.Players.ActionTablePlayer.ActionTablePlayer C# (CSharp) Method

ActionTablePlayer() public method

public ActionTablePlayer ( ActionTable table, long handsToPlay ) : System
table ActionTable
handsToPlay long
return System
        public ActionTablePlayer(ActionTable table, long handsToPlay)
        {
            this.handsToPlay = handsToPlay;
            this.Table = table;
        }