C# 클래스 JustBelot.Common.Extensions.ContractTypeExtensions

파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine

공개 메소드들

메소드 설명
IsTrump ( this contractType ) : bool
ToCardSuit ( this contractType ) : CardSuit

메소드 상세

IsTrump() 공개 정적인 메소드

public static IsTrump ( this contractType ) : bool
contractType this
리턴 bool

ToCardSuit() 공개 정적인 메소드

public static ToCardSuit ( this contractType ) : CardSuit
contractType this
리턴 CardSuit