AffixRuleCollection.Add Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.Add Method 

adds an element with the provided key and value to the AffixRuleCollection.

[Visual Basic]Public Sub Add( _
   ByVal key As String, _
   ByVal value As AffixRule _
)
[C#]
public void Add(
   string key,
   AffixRule value
);

Parameters

key

The string Object to use as the key of the element to add.

value

The AffixRule Object to use as the value of the element to add.

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace