System::Collections::Generic::List::TrueForAll-methode
List::TrueForAll method
Bepaalt of elk element in de collectie voldoet aan de voorwaarden die zijn gedefinieerd door het opgegeven predicaat.
bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
| Parameter | Type | Beschrijving |
|---|---|---|
| match | System::Predicate<T> | Predicate om elementen te controleren. |
ReturnValue
Waar als elk element aan de voorwaarden voldoet, anders onwaar.
Zie ook
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++