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>代表定義要移除元素的條件。

適用於