Click or drag to resize

ObservableListAdapterTIndexOf Method

Determines the index of a specific item in the IList.

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public int IndexOf(
	Object? value
)

Parameters

value
Type: SystemObject
The object to locate in the IList.

Return Value

Type: Int32
The index of value if found in the list; otherwise, -1.

Implements

IListIndexOf(Object)
See Also