C# Class Belot.Card

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

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Gets a hash code for a card

ToString ( ) : string

Gets a string presentation of a card object

Private Methods

Méthode Description
Card ( )
Card ( CardType type, CardColor color )

Constructor for the class. Instantiates a new card object

Method Details

GetHashCode() public méthode

Gets a hash code for a card
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Gets a string presentation of a card object
public ToString ( ) : string
Résultat string