FilterCollectionTIndexOf Method |
Determines the index of a specific item in the collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic 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 of.
Return Value
Type:
Int32Index of the item if found, or -1 if not found.
Implements
IListTIndexOf(T)
See Also