AffixEntryCollection.IndexOf Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.IndexOf Method 

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

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

Parameters

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

Return Value

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

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace