C# Class NCldr.Types.PluralRule

Afficher le fichier Open project: GuySmithFerrier/NCLDR Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( int value ) : bool

IsMatch returns true if an integer matches this rule

Private Methods

Méthode Description
NisEvaluator ( Match match ) : string

NisEvaluator evaluates "n is" clauses

NmodEvaluator ( Match match ) : string

NmodEvaluator evaluates "n mod" clauses

Method Details

IsMatch() public méthode

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