Click or drag to resize

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
Syntax
public int IndexOf(
	T item
)

Parameters

item
Type: T
Item to find the index of.

Return Value

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

Implements

IListTIndexOf(T)
See Also