C# Class PokerHandsKata.DummyPokerGameDealer

Inheritance: IPokerGameDealer
Afficher le fichier Open project: Betclic/CodingDojo-Katas

Méthodes publiques

Méthode Description
GetScore ( Hand hand ) : Score
GetWinnerHand ( IList hands ) : Hand

Method Details

GetScore() public méthode

public GetScore ( Hand hand ) : Score
hand Hand
Résultat Score

GetWinnerHand() public méthode

public GetWinnerHand ( IList hands ) : Hand
hands IList
Résultat Hand