Determines the index of the specified item in the collection.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- item
- Type: T
Item, the index is to be determined.
Return Value
Type: Int32Implements
IList T IndexOf(T)See Also