ReadOnlyCollectionBuilder<'T>.IList.IndexOf Method (Object)
.NET Framework (current version)
Determines the index of a specific item in the IList.
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.
Implements
IList.IndexOf(Object)
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: