C# 클래스 Belot.Announcement

The announcement ( bidding ) in the current deal.
상속: IComparable
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
Announcement ( AnnouncementTypeEnum type, bool isDoubled, bool isReDoubled ) : System

Creates a new announcement

CompareTo ( object obj ) : int

Compares the current Announcement to an object of type AnnouncementTypeEnum or Announcement.

비공개 메소드들

메소드 설명
CompareTo ( AnnouncementTypeEnum type ) : int

메소드 상세

Announcement() 공개 메소드

Creates a new announcement
public Announcement ( AnnouncementTypeEnum type, bool isDoubled, bool isReDoubled ) : System
type AnnouncementTypeEnum
isDoubled bool
isReDoubled bool
리턴 System

CompareTo() 공개 메소드

Compares the current Announcement to an object of type AnnouncementTypeEnum or Announcement.
public CompareTo ( object obj ) : int
obj object Object of type AnnouncementTypeEnum or Announcement to compare to.
리턴 int