PhoneticRuleCollection.Add Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.Add Method 

Adds a 'PhoneticRule' item with the specified value to the 'PhoneticRuleCollection'

[Visual Basic]Public Function Add( _
   ByVal value As PhoneticRule _
) As Integer
[C#]
public int Add(
   PhoneticRule value
);

Parameters

value
The 'PhoneticRule' to add.

Return Value

The index at which the new element was inserted.

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace