SynchronizedSuspendableObservableCollectionTIndexOf - метод
Determines the index of a specific item in the IListT.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item : 'T -> int
override IndexOf :
item : 'T -> int
- item T
- The object to locate in the IListT.
Int32The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)