C# 클래스 NCldr.Types.PluralRule

파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( int value ) : bool

IsMatch returns true if an integer matches this rule

비공개 메소드들

메소드 설명
NisEvaluator ( Match match ) : string

NisEvaluator evaluates "n is" clauses

NmodEvaluator ( Match match ) : string

NmodEvaluator evaluates "n mod" clauses

메소드 상세

IsMatch() 공개 메소드

IsMatch returns true if an integer matches this rule
public IsMatch ( int value ) : bool
value int The integer to compare against this rule
리턴 bool