C# 클래스 PokerHands.Hand

파일 보기 프로젝트 열기: altnetberlin/Coding-Dojo 1 사용 예제들

공개 메소드들

메소드 설명
Hand ( Card one, Card two, Card three, Card four, Card five ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

Hand() 공개 메소드

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
리턴 System.Collections.Generic