Méthode | Description | |
---|---|---|
CompiledPluralRuleGenerator ( ) : System.Globalization |
Initializes a new instance of the CompiledPluralRuleGenerator class using the default plural rule compiler and the default AST token parser.
|
|
CompiledPluralRuleGenerator ( |
Initializes a new instance of the CompiledPluralRuleGenerator class using the default plural rule compiler and given AST token parser.
|
|
CompiledPluralRuleGenerator ( |
Initializes a new instance of the CompiledPluralRuleGenerator class using given plural rule compiler and given AST token parser.
|
|
CompiledPluralRuleGenerator ( |
Initializes a new instance of the CompiledPluralRuleGenerator class using given plural rule compiler and the default AST token parser.
|
|
CompiledPluralRuleGenerator ( string pluralRuleText ) : System.Globalization |
Initializes a new instance of the CompiledPluralRuleGenerator class using the default plural rule compiler and the default AST token parser.
|
|
CompiledPluralRuleGenerator ( string pluralRuleText, |
Initializes a new instance of the CompiledPluralRuleGenerator class using the default plural rule compiler and given AST token parser.
|
|
CompiledPluralRuleGenerator ( string pluralRuleText, |
Initializes a new instance of the CompiledPluralRuleGenerator class using given plural rule compiler and given AST token parser.
|
|
CompiledPluralRuleGenerator ( string pluralRuleText, |
Initializes a new instance of the CompiledPluralRuleGenerator class using given plural rule compiler and the default AST token parser.
|
|
CreateRule ( |
Creates a plural rule for given culture.
|
public CompiledPluralRuleGenerator ( ) : System.Globalization | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( |
||
parser | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( |
||
parser | ||
compiler | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( |
||
compiler | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( string pluralRuleText ) : System.Globalization | ||
pluralRuleText | string | |
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( string pluralRuleText, |
||
pluralRuleText | string | |
parser | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( string pluralRuleText, |
||
pluralRuleText | string | |
parser | ||
compiler | ||
Résultat | System.Globalization |
public CompiledPluralRuleGenerator ( string pluralRuleText, |
||
pluralRuleText | string | |
compiler | ||
Résultat | System.Globalization |
public CreateRule ( |
||
cultureInfo | ||
Résultat | IPluralRule |