ArmedCards.Entities.Filters.GameRound.SelectCompleted.SelectCompleted C# (CSharp) Method

SelectCompleted() public method

Constructor
public SelectCompleted ( Int32 gameID ) : System
gameID System.Int32
return System
        public SelectCompleted(Int32 gameID)
        {
            this.GameID = gameID;
        }
SelectCompleted