System::Collections::Generic::List::FindAll method
List::FindAll method
Recherche des éléments répondant à un prédicat spécifique.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| Paramètre | Type | Description |
|---|---|---|
| match | System::Predicate<T> | Predicate pour vérifier les éléments avec. |
ReturnValue
List of matching elements (if any) or empty list.
Voir aussi
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++