AffixEntryCollection Constructor

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection Constructor

Initializes a new instance of 'AffixEntryCollection'.

Overload List

Initializes a new instance of 'AffixEntryCollection'.

public AffixEntryCollection();

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

public AffixEntryCollection(AffixEntry[]);

Initializes a new instance of 'AffixEntryCollection' based on an already existing instance.

public AffixEntryCollection(AffixEntryCollection);

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace