ArmedCards.BusinessLogic.AppServices.GamePlayer.Select.Select C# (CSharp) Method

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayer selectGamePlayers ) : System
selectGamePlayers ArmedCards.BusinessLogic.DomainServices.GamePlayer
return System
        public Select(DS.Base.ISelect selectGamePlayers)
        {
            this._selectGamePlayers = selectGamePlayers;
        }