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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| startIndex | int | Δείκτης για εκκίνηση της αναζήτησης από. |
| count | int | Αριθμός στοιχείων για εξέταση. |
| match | System::Predicate<T> | Predicate για έλεγχο στοιχείων. |
ReturnValue
Δείκτης του αντίστοιχου στοιχείου ή -1 αν δεν βρεθεί.
Δείτε επίσης
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(int, System::Predicate<T>) method
Αναζητά στοιχείο που ικανοποιεί συγκεκριμένο πρότυπο.
int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
| Parameter | Type | Περιγραφή |
|---|---|---|
| startIndex | int | Δείκτης για εκκίνηση της αναζήτησης από. |
| match | System::Predicate<T> | Predicate για έλεγχο στοιχείων. |
ReturnValue
Δείκτης του αντίστοιχου στοιχείου ή -1 αν δεν βρεθεί.
Δείτε επίσης
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(System::Predicate<T>) method
Αναζητά στοιχείο που ικανοποιεί συγκεκριμένο πρότυπο.
int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
| Parameter | Type | Περιγραφή |
|---|---|---|
| match | System::Predicate<T> | Predicate για έλεγχο στοιχείων. |
ReturnValue
Δείκτης του αντίστοιχου στοιχείου ή -1 αν δεν βρεθεί.
Δείτε επίσης
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++