Blackjack.Players.ActionTablePlayer.ActionTablePlayer C# (CSharp) Méthode

ActionTablePlayer() public méthode

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