C# Class Belot.CardCombination

Summary description for CardCombination.
Inheritance: IComparable
Exibir arquivo Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
CompareTo ( object combination ) : int

Compares current combination to another one

Protected Methods

Method Description
CardCombination ( CardsCollection cards, int points ) : System

Constructor of the class

Method Details

CardCombination() protected method

Constructor of the class
protected CardCombination ( CardsCollection cards, int points ) : System
cards CardsCollection
points int
return System

CompareTo() public abstract method

Compares current combination to another one
public abstract CompareTo ( object combination ) : int
combination object combination to compare to
return int