Class RuleTypeExtensions
Inherited Members
Namespace: Lucene.Net.Analysis.Phonetic.Language.Bm
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public static class RuleTypeExtensions
Methods
GetName(RuleType)
Gets the rule name.
Declaration
public static string GetName(this RuleType ruleType)
Parameters
| Type | Name | Description |
|---|---|---|
| RuleType | ruleType | The RuleType. |
Returns
| Type | Description |
|---|---|
| string | The rule name. |