UniqueNameCollectionTIndexOf(T) - метод

Determines the index of a specific item in the IListT.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public int IndexOf(
	T item
)

Параметры

item  T
The object to locate in the IListT.

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

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

Реализации

IListTIndexOf(T)

См. также