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

this() public method

public this ( int cardValue ) : int
cardValue int
return int
        public int this[int cardValue]
        {
            get { return removedCounts[cardValue - 1]; }
        }