PhoneticRuleCollection.Insert Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.Insert Method 

Inserts an existing 'PhoneticRule' into the collection at the specified index.

[Visual Basic]Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As PhoneticRule _
)
[C#]
public void Insert(
   int index,
   PhoneticRule value
);

Parameters

index
The zero-based index where the new item should be inserted.
value
The item to insert.

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace