Array.IList.IndexOf Method (Object)

 

Determines the index of a specific item in the IList.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

Private Function IndexOf (
	value As Object
) As Integer
	Implements IList.IndexOf

Parameters

value
Type: System.Object

The object to locate in the current list.

Return Value

Type: System.Int32

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

This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an IList interface.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: