PhoneticRuleCollection.Remove Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.Remove Method 

Removes a specific item from the 'PhoneticRuleCollection'.

[Visual Basic]Public Sub Remove( _
   ByVal value As PhoneticRule _
)
[C#]
public void Remove(
   PhoneticRule value
);

Parameters

value
The item to remove from the 'PhoneticRuleCollection'.

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace