AffixRuleCollection Constructor (Int32, Int32)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection Constructor (Int32, Int32)

Initializes a new instance of 'AffixRuleCollection'.

[Visual Basic]Overloads Public Sub New( _
   ByVal capacity As Integer, _
   ByVal loadFactor As Integer _
)
[C#]
public AffixRuleCollection(
   int capacity,
   int loadFactor
);

Parameters

capacity

The approximate number of elements that the 'AffixRuleCollection' can initially contain.

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