Blackjack.ActionTable.this C# (CSharp) 메소드

this() 공개 메소드

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