SynchronizedReadOnlyCollection(Of T).IList.IndexOf Method (Object)
.NET Framework (current version)
Gets the index of the specified item.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- value
-
Type:
System.Object
The element whose index is being retrieved.
Return Value
Type: System.Int32Returns Int32.
The zero-based index of the first occurrence of the value in the collection.
Implements
IList.IndexOf(Object)
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: