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

SimpleFiveCountPlayer() public method

public SimpleFiveCountPlayer ( long handsToPlay ) : System
handsToPlay long
return System
        public SimpleFiveCountPlayer(long handsToPlay)
            : base(handsToPlay)
        {
        }