PhoneticRuleCollection.IndexOf Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.IndexOf Method 

Returns the index of a 'PhoneticRule' object in the collection.

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

Parameters

value
The 'PhoneticRule' object whose index will be retrieved.

Return Value

If found, the index of the value; otherwise, -1.

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace