AffixRuleCollection.IDictionary.Add Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.IDictionary.Add Method 

[Visual Basic]Sub Add( _
   ByVal key As Object, _
   ByVal value As Object _
) Implements _
   IDictionary.Add
[C#]
void IDictionary.Add(
   object key,
   object value
);

Implements

IDictionary.Add

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace