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

List::RemoveAll method

يزيل جميع العناصر التي تطابق شرطًا محددًا.

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

ReturnValue

عدد العناصر التي تم إزالتها.

انظر أيضًا