Blackjack.ActionTable.ActionTable C# (CSharp) Method

ActionTable() public method

public ActionTable ( ) : System
return System
        public ActionTable()
        {
            Table = new ActionTypes[35, 10];
        }

Same methods

ActionTable::ActionTable ( ActionTypes table ) : System