OrderedDictionary<TKey,TValue>.IList.IndexOf(Object) Method

Definition

Determines the index of a specific item in the IList.

C#
int IList.IndexOf(object value);

Parameters

value
Object

The object to locate in the IList.

Returns

The index of value if found in the list; otherwise, -1.

Implements

Applies to

Produk Versi
.NET 9, 10