'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim item As T Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The item to locate in the list.
Return Value
The index of the item if found in the list; otherwise, -1.