Mindscape LightSpeed - User Reference & API Documentation
IndexOf Method (item)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)IndexOf(TTarget)
Determines the index of a specific item in the IList<(Of <(T>)>).
Declaration Syntax
C#Visual Basic
public int IndexOf(
	TTarget item
)
Public Function IndexOf ( _
	item As TTarget _
) As Integer
Parameters
item (TTarget)
The object to locate in the IList<(Of <(T>)>).
Return Value
The index of item if found in the list; otherwise, -1.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)