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