IList<(Of <(<'T>)>)>..::..IndexOf Method
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Namespace:
System.Collections.GenericAssembly: 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>)>)>.