C# Class PokerHands.Hand

Afficher le fichier Open project: altnetberlin/Coding-Dojo Class Usage Examples

Méthodes publiques

Méthode Description
Hand ( Card one, Card two, Card three, Card four, Card five ) : System.Collections.Generic

Private Methods

Méthode Description
GetRank ( ) : HandRank
HasFlush ( Card>.IEnumerable suitGroups ) : bool
HasPair ( Card>.IEnumerable valueGroups ) : bool
HasStraight ( Card>.IEnumerable valueGroups ) : bool
HasThreeOfAKind ( Card>.IEnumerable valueGroups ) : bool
IsFourOfAKind ( Card>.IEnumerable valueGroups ) : bool
IsTwoPairs ( Card>.IEnumerable valueGroups ) : bool

Method Details

Hand() public méthode

public Hand ( Card one, Card two, Card three, Card four, Card five ) : System.Collections.Generic
one Card
two Card
three Card
four Card
five Card
Résultat System.Collections.Generic