System::Collections::Generic::IEnumerable::LINQ_All method
IEnumerable::LINQ_All method
Bir dizinin tüm elemanlarının bir koşulu sağlayıp sağlamadığını belirler.
bool System::Collections::Generic::IEnumerable<T>::LINQ_All(std::function<bool(T)> predicate)
| Parameter | Type | Açıklama |
|---|---|---|
| koşul | std::function<bool(T)> | Her öğeyi bir koşul için test eden bir fonksiyon. |
ReturnValue
Kaynak dizinin her öğesi belirtilen koşulda testi geçerse veya dizi boşsa true; aksi takdirde false.
Ayrıca Bakınız
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++