Determines the index of a specific item in the IList.
Namespace: Telerik.Collections.GenericAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
int IList.IndexOf(
Object value
) |
| Visual Basic |
|---|
Private Function IndexOf ( _
value As Object _
) As Integer Implements IList.IndexOf |
Parameters
- value
- Type: System..::..Object
The object to locate in the IList.
Return Value
The index of
value if found in the list; otherwise, -1.
Implements
IList..::..IndexOf(Object)
See Also