Click or drag to resize

WeakReferenceListBaseTIndexOf 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
)

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