AffixEntryCollection Constructor (AffixEntryCollection)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection Constructor (AffixEntryCollection)

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

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

Parameters

value
A 'AffixEntryCollection' from which the contents is copied

See Also

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