DictionaryNodeIndexOf - метод

Determines the index of a specific item in the IListT.

Definition

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

Параметры

item  DictionaryItemNode
The object to locate in the IListT.

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

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

Реализации

IListTIndexOf(T)

См. также