SynchronizedReadOnlyCollection<T>.IList.IndexOf(Object) Method

Definition

Gets the index of the specified item.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parameters

value
Object

The element whose index is being retrieved.

Returns

The zero-based index of the first occurrence of the value in the collection.

Implements

Applies to