Class RuleTypeExtensions
Inheritance
System.Object
RuleTypeExtensions
Namespace: Lucene.Net.Analysis.Phonetic.Language.Bm
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public static class RuleTypeExtensions : object
Methods
| Improve this Doc View SourceGetName(RuleType)
Gets the rule name.
Declaration
public static string GetName(this RuleType ruleType)
Parameters
| Type | Name | Description |
|---|---|---|
| RuleType | ruleType | The RuleType. |
Returns
| Type | Description |
|---|---|
| System.String | The rule name. |