C# Class Belot.CardCombination

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

Méthodes publiques

Méthode Description
CompareTo ( object combination ) : int

Compares current combination to another one

Méthodes protégées

Méthode Description
CardCombination ( CardsCollection cards, int points ) : System

Constructor of the class

Method Details

CardCombination() protected méthode

Constructor of the class
protected CardCombination ( CardsCollection cards, int points ) : System
cards CardsCollection
points int
Résultat System

CompareTo() public abstract méthode

Compares current combination to another one
public abstract CompareTo ( object combination ) : int
combination object combination to compare to
Résultat int