System::Collections::Generic::List::FindIndex метод
Содержание
[
Скрывать
]List::FindIndex(int, int, System::Predicate<T>) method
Ищет элемент, соответствующий заданному предикату.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, int count, System::Predicate<T> match)
| Параметр | Тип | Описание |
|---|---|---|
| startIndex | int | Индекс для начала поиска. |
| count | int | Количество элементов для просмотра. |
| match | System::Predicate<T> | Predicate для проверки элементов |
ReturnValue
Index of matching element or -1 if not found.
См. также
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
List::FindIndex(int, System::Predicate<T>) method
Ищет элемент, соответствующий заданному предикату.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
| Параметр | Тип | Описание |
|---|---|---|
| startIndex | int | Индекс для начала поиска. |
| match | System::Predicate<T> | Predicate для проверки элементов |
ReturnValue
Index of matching element or -1 if not found.
См. также
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
List::FindIndex(System::Predicate<T>) method
Ищет элемент, соответствующий заданному предикату.
int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
| Параметр | Тип | Описание |
|---|---|---|
| match | System::Predicate<T> | Predicate для проверки элементов |
ReturnValue
Index of matching element or -1 if not found.
См. также
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++