AffixEntryCollection.Item Property

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.Item Property

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

[Visual Basic]Public Default Property Item( _
   ByVal index As Integer _
) As AffixEntry
[C#]
public AffixEntry 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

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace