Determines the index of a specific item in the
IListT.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax Parameters
- item
- Type: T
The object to locate in the IListT.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
See Also