SynchronizedSuspendableObservableCollectionTIndexOf - метод

Determines the index of a specific item in the IListT.

Definition

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

Параметры

item  T
The object to locate in the IListT.

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

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

Реализации

IListTIndexOf(T)

См. также