System::Collections::Generic::List::TrueForAll طريقة

List::TrueForAll method

يحدد ما إذا كان كل عنصر في المجموعة يطابق الشروط المحددة بواسطة الشرط المحدد.

bool System::Collections::Generic::List<T>::TrueForAll(System::Predicate<T> match)
ParameterTypeالوصف
matchSystem::Predicate<T>Predicate للتحقق من العناصر باستخدام.

ReturnValue

True إذا كان كل عنصر يطابق الشروط، false وإلا.

انظر أيضًا