EyeshotCollection<T>.IndexOf Method

Determines the index of a specific item in the IList<T>.
Public Function IndexOf( _ 
ByVal item As T _ 
) As Integer Implements _ 
IList(Of T).IndexOf
This language is not supported or no code example is available.
public int IndexOf( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The object to locate in the IList<T>.

Return Value

int

The index of item if found in the list; otherwise, -1.

Implements

IList<T>.IndexOf

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition