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