Determines the index of a specific item in the collection.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int IndexOf(
T item
)
VB
Public Function IndexOf (
item As T
) As Integer
Parameters
- item
- Type: T
The object to locate in the collection.
Return Value
Type:
Int32The index of item if found in the list; otherwise, -1.
See Also