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++