طريقة System::Collections::Generic::List::RemoveAll
List::RemoveAll method
يزيل جميع العناصر التي تطابق شرطًا محددًا.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Type | الوصف |
|---|---|---|
| match | Predicate<T> | Predicate للتحقق من العناصر باستخدام. |
ReturnValue
عدد العناصر التي تم إزالتها.
انظر أيضًا
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++