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