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

WizardSimpleStrategy() public method

public WizardSimpleStrategy ( long handsToPlay ) : System
handsToPlay long
return System
        public WizardSimpleStrategy(long handsToPlay)
        {
            this.handsToPlay = handsToPlay;
        }