AffixEntryCollection.AddRange Method (AffixEntryCollection)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.AddRange Method (AffixEntryCollection)

Adds the contents of another 'AffixEntryCollection' at the end of this instance.

[Visual Basic]Overloads Public Sub AddRange( _
   ByVal value As AffixEntryCollection _
)
[C#]
public void AddRange(
   AffixEntryCollection value
);

Parameters

value
A 'AffixEntryCollection' containing the objects to add to the collection.

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace | AffixEntryCollection.AddRange Overload List