C# Class Belot.Card

Summary description for Card.
ファイルを表示 Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int

Gets a hash code for a card

ToString ( ) : string

Gets a string presentation of a card object

Private Methods

Method Description
Card ( )
Card ( CardType type, CardColor color )

Constructor for the class. Instantiates a new card object

Method Details

GetHashCode() public method

Gets a hash code for a card
public GetHashCode ( ) : int
return int

ToString() public method

Gets a string presentation of a card object
public ToString ( ) : string
return string