AffixRuleCollection Constructor (IDictionary, Single)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection Constructor (IDictionary, Single)

Initializes a new instance of 'AffixRuleCollection'.

[Visual Basic]Overloads Public Sub New( _
   ByVal dictionary As IDictionary, _
   ByVal loadFactor As Single _
)
[C#]
public AffixRuleCollection(
   IDictionary dictionary,
   float loadFactor
);

Parameters

dictionary

The IDictionary to copy to a new 'AffixRuleCollection'.

loadFactor

A number in the range from 0.1 through 1.0 indicating the maximum ratio of elements to buckets.

See Also

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