System::Collections::Generic::List::TrueForAll method
List::TrueForAll method
Détermine si chaque élément de la collection correspond aux conditions définies par le prédicat spécifié.
bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
| Paramètre | Type | Description |
|---|---|---|
| match | System::Predicate<T> | Predicate pour vérifier les éléments avec. |
ReturnValue
Vrai si chaque élément satisfait les conditions, sinon faux.
Voir aussi
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++