Aspose::Pdf::BoundsCheckableList::IndexOf метод
BoundsCheckableList::IndexOf method
Выполняет поиск указанного объекта и возвращает нулевой индекс первого вхождения в полном System.Collections.Generic.List.
int32_t Aspose::Pdf::BoundsCheckableList<T>::IndexOf(const T &item) const override
| Параметр | Тип | Описание |
|---|---|---|
| item | const T& | Объект для поиска в System.Collections.Generic.List. Значение может быть null для ссылочных типов. |
ReturnValue
Нулевой индекс первого вхождения элемента item в полном System.Collections.Generic.List, если найден; иначе –1.
См. также
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++