'Usage Dim instance As ListBase(Of T) Dim item As T Dim value As Integer value = instance.LastIndexOf(item)
Parameters
- item
- The object to locate in the ListBase<T>. The value can be null for reference types.
Return Value
The zero-based index of the last occurrence of item within the range of elements in the ListBase<T> that contains count number of elements and ends at index, if found; otherwise, –1.