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