System::Collections::Generic::List::FindIndex metode
isi
[
bersembunyi
]List::FindIndex(int, int, System::Predicate<T>) method
Mencari elemen yang memenuhi predikat tertentu.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, int count, System::Predicate<T> match)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| startIndex | int | Indeks untuk memulai pencarian. |
| count | int | Jumlah elemen untuk diperiksa. |
| match | System::Predicate<T> | Predicate untuk memeriksa elemen. |
ReturnValue
Indeks elemen yang cocok atau -1 jika tidak ditemukan.
Lihat Juga
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(int, System::Predicate<T>) method
Mencari elemen yang memenuhi predikat tertentu.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| startIndex | int | Indeks untuk memulai pencarian. |
| match | System::Predicate<T> | Predicate untuk memeriksa elemen. |
ReturnValue
Indeks elemen yang cocok atau -1 jika tidak ditemukan.
Lihat Juga
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(System::Predicate<T>) method
Mencari elemen yang memenuhi predikat tertentu.
int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| match | System::Predicate<T> | Predicate untuk memeriksa elemen. |
ReturnValue
Indeks elemen yang cocok atau -1 jika tidak ditemukan.
Lihat Juga
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++