System::Collections::Generic::List::TrueForAll طريقة
List::TrueForAll method
يحدد ما إذا كان كل عنصر في المجموعة يطابق الشروط المحددة بواسطة الشرط المحدد.
bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
| معامل | نوع | الوصف |
|---|---|---|
| match | System::Predicate<T> | Predicate للتحقق من العناصر |
ReturnValue
صحيح إذا كان كل عنصر يطابق الشروط، وإلا خطأ.
انظر أيضًا
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++