 | PdfArrayWrapperTIndexOf Method |
Determines the index of a specific item in the collection.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int public final int IndexOf(
T item
)
Parameters
- item T
- The object to locate in the collection
Return Value
Int32The index of
item if found in the collection; otherwise, -1.
Implements
IListTIndexOf(T)
Exceptions
See Also