ReadOnlyCollectionBuilder<'T>.IList.IndexOf Method (Object)

 

Determines the index of a specific item in the IList.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

private abstract IndexOf : 
        value:Object -> int
private override IndexOf : 
        value:Object -> int

Parameters

value
Type: System.Object

The object to locate in the IList.

Return Value

Type: System.Int32

The index of item if found in the list; otherwise, –1.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: