GR.Gambling.Blackjack.Shoe.this C# (CSharp) Method

this() public method

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