C# Class Belot.CombinationFinder

Summary description for CombinationFinder.
显示文件 Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
CombinationFinder ( CardsCollection cards ) : System.Collections.Generic

Constructor of the class

Private Methods

Method Description
AddSequentialCombination ( CardsCollection cards ) : void
FindEquals ( ) : void
FindSequential ( ) : void
FindSequentialForColor ( CardsCollection cards ) : void
IsConsequent ( Card x, Card y ) : bool

Method Details

CombinationFinder() public method

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