AddRange Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.AddRange Method

Copies the elements of an array at the end of this instance of 'AffixEntryCollection'.

Overload List

Copies the elements of an array at the end of this instance of 'AffixEntryCollection'.

public void AddRange(AffixEntry[]);

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

public void AddRange(AffixEntryCollection);

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace