C# 클래스 Belot.Card

Summary description for Card.
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
GetHashCode ( ) : int

Gets a hash code for a card

ToString ( ) : string

Gets a string presentation of a card object

비공개 메소드들

메소드 설명
Card ( )
Card ( CardType type, CardColor color )

Constructor for the class. Instantiates a new card object

메소드 상세

GetHashCode() 공개 메소드

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

ToString() 공개 메소드

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