Click or drag to resize

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
)

Parameters

value
Type: SystemObject
Value to find

Return Value

Type: Int32
Index of the item if found, or -1 if not in the collection

Implements

IListIndexOf(Object)
See Also