CollectionUtilities..::..IndexOf<(Of <(<'T>)>)> Method
Locates the index of the indicated item.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static int IndexOf<T>( this IReadOnlyList<T> list, T item )
<ExtensionAttribute> _ Public Shared Function IndexOf(Of T) ( _ list As IReadOnlyList(Of T), _ item As T _ ) As Integer
Type Parameters
- T
Parameters
- list
- Type: IReadOnlyList<(Of <(<'T>)>)>
The list.
- item
- Type: T
The item.

