Blackjack.ActionTable.this C# (CSharp) Méthode

this() public méthode

public this ( int x, int y ) : ActionTypes
x int
y int
Résultat ActionTypes
        public ActionTypes this[int x, int y]
        {
            get { return Table[x, y]; } set { Table[x, y] = value; }
        }