PhoneticRuleCollection.Item Property

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.Item Property

Represents the 'PhoneticRule' item at the specified index position.

[Visual Basic]Public Default Property Item( _
   ByVal index As Integer _
) As PhoneticRule
[C#]
public PhoneticRule this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the entry to locate in the collection.

Property Value

The entry at the specified index of the collection.

See Also

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace