C# Class PokerHands.HandsResolver

Datei anzeigen Open project: kontur-edu/kampus-izh-2013-11 Class Usage Examples

Public Methods

Method Description
IsPlayer1Wins ( Card cardSets ) : bool

Private Methods

Method Description
CreateHand ( dynamic tuple ) : Hand
GetHand ( Card cardSet ) : Hand
Or ( this hand1, Func hand2 ) : Hand

Method Details

IsPlayer1Wins() public static method

public static IsPlayer1Wins ( Card cardSets ) : bool
cardSets Card
return bool