System::Collections::Generic::List::FindIndex yöntemi
İçindekiler
[
Saklamak
]List::FindIndex(int, int, System::Predicate<T>) method
Belirli bir koşula uyan öğeyi arar.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, int count, System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| startIndex | int | Aramaya başlanacak indeks. |
| count | int | İncelenecek öğe sayısı. |
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Eşleşen öğenin indeksi veya bulunamazsa -1.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::FindIndex(int, System::Predicate<T>) method
Belirli bir koşula uyan öğeyi arar.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| startIndex | int | Aramaya başlanacak indeks. |
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Eşleşen öğenin indeksi veya bulunamazsa -1.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::FindIndex(System::Predicate<T>) method
Belirli bir koşula uyan öğeyi arar.
int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Eşleşen öğenin indeksi veya bulunamazsa -1.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++