AffixEntryCollection Constructor (AffixEntry[])

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection Constructor (AffixEntry[])

Initializes a new instance of 'AffixEntryCollection' with an array of 'AffixEntry' objects.

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

Parameters

value
An array of 'AffixEntry' objects with which to initialize the collection

See Also

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