AffixEntryCollection.AddRange Method (AffixEntry[])

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.AddRange Method (AffixEntry[])

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

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

Parameters

value
An array of 'AffixEntry' objects to add to the collection.

See Also

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