AffixEntryCollection.Add Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.Add Method 

Adds a 'AffixEntry' item with the specified value to the 'AffixEntryCollection'

[Visual Basic]Public Function Add( _
   ByVal value As AffixEntry _
) As Integer
[C#]
public int Add(
   AffixEntry value
);

Parameters

value
The 'AffixEntry' to add.

Return Value

The index at which the new element was inserted.

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace