SynchronizedReadOnlyCollection<T>.IndexOf Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the index of the first occurrence of a value in the collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- item
- Type: T
Return Value
Type: System.Int32The zero-based index of the first occurrence of the value in the collection.
Implements
IList<T>.IndexOf(T)
Show: