Click or drag to resize

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
)

Parameters

item
Type: T
Item to find the index

Return Value

Type: Int32
The index of the item if found, or -1 if not found

Implements

IListTIndexOf(T)
See Also