DataObjectCollection T  IndexOf Method Nemiro.Data.dll
Determines the index of the specified item in the collection.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public int IndexOf(
	T item
)

Parameters

item
Type: T
Item, the index is to be determined.

Return Value

Type: Int32

Implements

IList T  IndexOf(T)
See Also