GR.Gambling.Blackjack.Shoe.this C# (CSharp) Méthode

this() public méthode

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