System::Collections::Generic::IList::IndexOf method
IList::IndexOf method
Получает индекс первого появления элемента в контейнере.
virtual int System::Collections::Generic::IList<T>::IndexOf(const T &item) const =0
| Параметр | Тип | Описание |
|---|---|---|
| элемент | const T& | Элемент для поиска. |
ReturnValue
Index of first appearance of item in container or -1 if not found.
См. также
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++