C# 클래스 Belot.FourEqualsCombination

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

공개 메소드들

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

Compares current combination to another one

FourEqualsCombination ( CardsCollection cards, int points ) : System

Creates an equal combination of cards

메소드 상세

CompareTo() 공개 메소드

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

FourEqualsCombination() 공개 메소드

Creates an equal combination of cards
public FourEqualsCombination ( CardsCollection cards, int points ) : System
cards CardsCollection cards that the combination consists of
points int point evaluation of the combination
리턴 System