PhoneticRuleCollection.AddRange Method (PhoneticRuleCollection)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.AddRange Method (PhoneticRuleCollection)

Adds the contents of another 'PhoneticRuleCollection' at the end of this instance.

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

Parameters

value
A 'PhoneticRuleCollection' containing the objects to add to the collection.

See Also

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