ImmutableList<T>.IImmutableList<T>.RemoveAll 方法

定义

移除与指定的谓词所定义的条件相匹配的所有元素。

C#
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAll (Predicate<T> match);

参数

match
Predicate<T>

用于定义要移除的元素应满足的条件的委托。

返回

已移除元素的新不可变列表。

实现

注解

此成员是显式接口成员的实现。 它只能在 ImmutableList<T> 实例被强制转换为 IImmutableList<T> 接口时使用。

适用于

产品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
UWP 10.0