Method | Description | |
---|---|---|
SuffixRule ( string singular, string plural ) : System |
Initializes a new instance of the SuffixRule class.
|
|
TryToPlural ( string word, string &plural ) : bool |
Tries to plural.
|
|
TryToSingular ( string word, string &singular ) : bool |
Tries to singular.
|
public SuffixRule ( string singular, string plural ) : System | ||
singular | string | The singular. |
plural | string | The plural. |
return | System |
public TryToPlural ( string word, string &plural ) : bool | ||
word | string | The word. |
plural | string | The plural. |
return | bool |
public TryToSingular ( string word, string &singular ) : bool | ||
word | string | The word. |
singular | string | The singular. |
return | bool |