System::Collections::Generic::List::RemoveAll メソッド

List::RemoveAll method

特定の述語に一致するすべての要素を削除します。

int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
パラメーター説明
matchPredicate<T>Predicate を使用して要素をチェックします。

ReturnValue

削除された要素数。

参照