C# 클래스 Belot.CombinationFinder

Summary description for CombinationFinder.
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
CombinationFinder ( CardsCollection cards ) : System.Collections.Generic

Constructor of the class

비공개 메소드들

메소드 설명
AddSequentialCombination ( CardsCollection cards ) : void
FindEquals ( ) : void
FindSequential ( ) : void
FindSequentialForColor ( CardsCollection cards ) : void
IsConsequent ( Card x, Card y ) : bool

메소드 상세

CombinationFinder() 공개 메소드

Constructor of the class
public CombinationFinder ( CardsCollection cards ) : System.Collections.Generic
cards CardsCollection
리턴 System.Collections.Generic