VelocityDbListTIndexOf Method |
Finds the first index of an item
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int
Parameters
- item
- Type: T
item to look for
Return Value
Type:
Int32-1 if item was not found or first index of item
Implements
IListTIndexOf(T)See Also