TexasHoldem.Logic.Players.EndHandContext.EndHandContext C# (CSharp) Method

EndHandContext() public method

public EndHandContext ( Dictionary showdownCards ) : System.Collections.Generic
showdownCards Dictionary
return System.Collections.Generic
        public EndHandContext(Dictionary<string, ICollection<Card>> showdownCards)
        {
            this.ShowdownCards = showdownCards;
        }
EndHandContext