AffixRuleCollection.Remove Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.Remove Method 

Removes the element with the specified key from the AffixRuleCollection.

[Visual Basic]Public Sub Remove( _
   ByVal key As String _
)
[C#]
public void Remove(
   string key
);

Parameters

key

The key of the element to remove

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace