PhoneticRuleCollection Constructor (PhoneticRule[])

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection Constructor (PhoneticRule[])

Initializes a new instance of 'PhoneticRuleCollection' with an array of 'PhoneticRule' objects.

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

Parameters

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

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace | PhoneticRuleCollection Constructor Overload List