'Usage Dim instance As ImGearXMPArray(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The object to locate in the ImGearXMPArray<T>.
Return Value
The zero-based index of the first occurrence of item within the entire ImGearXMPArray<T>, if found; otherwise, –1.