AffixEntryCollection.Remove Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.Remove Method 

Removes a specific item from the 'AffixEntryCollection'.

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

Parameters

value
The item to remove from the 'AffixEntryCollection'.

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace