ArmedCards.BusinessLogic.AppServices.GameRoundCard.Select.Select C# (CSharp) Метод

Select() публичный Метод

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRoundCard selectGameRoundCard ) : System
selectGameRoundCard ArmedCards.BusinessLogic.DomainServices.GameRoundCard
Результат System
        public Select(DS.Base.ISelect selectGameRoundCard)
        {
            this._selectGameRoundCard = selectGameRoundCard;
        }