Bridge

IList<(Of <(<'T>)>)>..::..IndexOf Method

Determines the index of a specific item in the IList<(Of <(<'T>)>)>.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
int IndexOf(
	T item
)
<TemplateAttribute> _
Function IndexOf ( _
	item As T _
) As Integer
[TemplateAttribute]
int^ IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the IList<(Of <(<'T>)>)>.

Return Value

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