Searches for the specified CharPair item in the collection.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public int IndexOf( CharPair item ) |
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ item As CharPair _ ) As Integer |
Parameters
- item
- Type: C1.Win.C1Spell..::.CharPair
CharPair item to search.
Return Value
The index of the occurrence of the item within the collection, if found. Otherwise -1.
Remarks
Char comparsions are case-insensitive.