SynchronizedSuspendableObservableCollection<T>.IndexOf - метод

Determines the index of a specific item in the IList<T>.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
C#
public int IndexOf(
	T item
)

Параметры

item  T
The object to locate in the IList<T>.

Возвращаемое значение

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

Реализации

IList<T>.IndexOf(T)

См. также