PhoneticRuleCollection.AddRange Method (PhoneticRule[])

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.AddRange Method (PhoneticRule[])

Copies the elements of an array at the end of this instance of 'PhoneticRuleCollection'.

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

Parameters

value
An array of 'PhoneticRule' objects to add to the collection.

See Also

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