System::Collections::Generic::IEnumerable::LINQ_Count yöntemi
IEnumerable::LINQ_Count() method
Dizideki eleman sayısını döndürür (doğrudan sayma ile hesaplanır).
int System::Collections::Generic::IEnumerable<T>::LINQ_Count()
ReturnValue
Dizideki öğe sayısı.
Ayrıca Bakınız
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_Count(const Func<T, bool>&) method
Dizide belirtilen koşulu sağlayan eleman sayısını döndürür.
int System::Collections::Generic::IEnumerable<T>::LINQ_Count(const Func<T, bool> &predicate)
| Parameter | Type | Açıklama |
|---|---|---|
| koşul | const Func<T, bool>& | Her öğeyi bir koşul için test eden bir fonksiyon. |
ReturnValue
Belirtilen koşulu sağlayan dizideki öğe sayısı.
Ayrıca Bakınız
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++