System::Collections::Generic::IEnumerable::LINQ_Count methode
IEnumerable::LINQ_Count() method
Retourneert het aantal elementen in de reeks (berekend via directe telling).
int System::Collections::Generic::IEnumerable<T>::LINQ_Count()
ReturnValue
Aantal elementen in de reeks.
Zie ook
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_Count(const Func<T, bool>&) method
Retourneert het aantal elementen in de reeks dat voldoet aan de opgegeven voorwaarde.
int System::Collections::Generic::IEnumerable<T>::LINQ_Count(const Func<T, bool> &predicate)
| Parameter | Type | Beschrijving |
|---|---|---|
| predicaat | const Func<T, bool>& | Een functie om elk element op een voorwaarde te testen. |
ReturnValue
Aantal elementen in de reeks die voldoen aan de opgegeven voorwaarde.
Zie ook
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++