C# Class Belot.BelotCombination

Summary description for BelotCombination.
Inheritance: CardCombination
Show file Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
BelotCombination ( CardsCollection cards, int points )

Creates an belot combination of cards

CompareTo ( object combination ) : int

Deprecated

Method Details

BelotCombination() public method

Creates an belot combination of cards
public BelotCombination ( CardsCollection cards, int points )
cards CardsCollection cards that the combination consists of
points int point evaluation of the combination

CompareTo() public method

Deprecated
public CompareTo ( object combination ) : int
combination object
return int