CollectionNodeIndexOf - метод
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(
CollectionItemNode item
)
Public Function IndexOf (
item As CollectionItemNode
) As Integer
public:
virtual int IndexOf(
CollectionItemNode^ item
) sealed
abstract IndexOf :
item : CollectionItemNode -> int
override IndexOf :
item : CollectionItemNode -> int
- item CollectionItemNode
- The object to locate in the IListT.
Int32The index of
item if found in the list; otherwise, -1.
IListTIndexOf(T)