TexasHoldem.Logic.Players.EndHandContext.EndHandContext C# (CSharp) Méthode

EndHandContext() public méthode

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