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.Page for C++