ArmedCards.BusinessLogic.AppServices.GamePlayer.Select.Select C# (CSharp) 메소드

Select() 공개 메소드

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