ImmutableArray<T>.Builder.RemoveAll(Predicate<T>) 方法

定義

移除符合指定的述詞所定義之條件的所有項目。

public:
 void RemoveAll(Predicate<T> ^ match);
public void RemoveAll (Predicate<T> match);
member this.RemoveAll : Predicate<'T> -> unit
Public Sub RemoveAll (match As Predicate(Of T))

參數

match
Predicate<T>

Predicate<T> 委派,定義要移除項目的條件。

適用於