DataStoreVirtualCollectionTIndexOf Method (T) |
Determines the index of a specific item in the collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int
Parameters
- item
- Type: T
Item to find the index
Return Value
Type:
Int32The index of the item if found, or -1 if not found
Implements
IListTIndexOf(T)See Also