Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PokerHandsKata
PokerGameDealer
C# Class PokerHandsKata.PokerGameDealer
Inheritance:
IPokerGameDealer
Show file
Open project: Betclic/CodingDojo-Katas
Public Methods
Method
Description
GetScore
(
Hand
hand
) :
Score
GetWinnerHand
(
IList
hands
) :
Hand
Method Details
GetScore()
public
method
public
GetScore
(
Hand
hand
) :
Score
hand
Hand
return
Score
GetWinnerHand()
public
method
public
GetWinnerHand
(
IList
hands
) :
Hand
hands
IList
return
Hand