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

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public 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.

Implements

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

See Also