CollectionNodeIndexOf - метод

Determines the index of a specific item in the IListT.

Definition

Пространство имён: Tessa.UI.HashEditor.Hash
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public int IndexOf(
	CollectionItemNode item
)

Параметры

item  CollectionItemNode
The object to locate in the IListT.

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

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

Реализации

IListTIndexOf(T)

См. также