EyeshotCollection<T>.IndexOf Method

Public Function IndexOf( _ 
ByVal item As T _ 
) As Integer Implements _ 
IList.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

Return Value

int

Implements

IList.IndexOf

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition