'Declaration Public Function IndexOf( _
ByVal itemThe object to locate in the PdfTreeNodeList<T>.As T _
) As System.Int32
public System.Int32 IndexOf(
T item
)
public: System.Int32 IndexOf(
T* item
)
public:
System.Int32 IndexOf(
T^ item
)
Parameters
- item
- The object to locate in the PdfTreeNodeList<T>.
Return Value
The zero-based index of the first occurrence of item within the entire PdfTreeNodeList<T>, if found; otherwise, -1.