SynchronizedReadOnlyCollection<T>::IndexOf Method (T)
.NET Framework (current version)
Returns the index of the first occurrence of a value in the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- value
-
Type:
T
The element whose index is being retrieved.
Return Value
Type: System::Int32The zero-based index of the first occurrence of the value in the collection.
Implements
IList<T>::IndexOf(T)
.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: