C# Class Belot.CombinationFinder

Summary description for CombinationFinder.
Afficher le fichier Open project: NikolayIT/BelotGameEngine Class Usage Examples

Méthodes publiques

Méthode Description
CombinationFinder ( CardsCollection cards ) : System.Collections.Generic

Constructor of the class

Private Methods

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

Method Details

CombinationFinder() public méthode

Constructor of the class
public CombinationFinder ( CardsCollection cards ) : System.Collections.Generic
cards CardsCollection
Résultat System.Collections.Generic