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]; }
        }