Belot.Player.Player C# (CSharp) Method

Player() protected method

Constructor for the class.
protected Player ( ) : System
return System
        protected Player( )
        {
            this._cards = new CardsCollection();
            this._cards.Changed += new Belot.CardsCollection.CardsCollectionChangedHandler( RaiseCardsChanged );
        }

Same methods

Player::Player ( string name ) : System