GR.Gambling.Blackjack.Shoe.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int pointValue ) : int
pointValue int
리턴 int
        public int this[int pointValue]
        {
            get { return counts[pointValue - 1]; }
        }