C# 클래스 Belot.CardCombination

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

공개 메소드들

메소드 설명
CompareTo ( object combination ) : int

Compares current combination to another one

보호된 메소드들

메소드 설명
CardCombination ( CardsCollection cards, int points ) : System

Constructor of the class

메소드 상세

CardCombination() 보호된 메소드

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

CompareTo() 공개 추상적인 메소드

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