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

this() public method

public this ( int index ) : Hand
index int
return Hand
        public Hand this[int index]
        {
            get { return (Hand)hands[index]; }
        }