共用方式為


ObservableHashSet<T>.RemoveWhere(Predicate<T>) 方法

定義

從雜湊集移除符合指定述詞所定義之條件的所有元素。

public virtual int RemoveWhere (Predicate<T> match);
abstract member RemoveWhere : Predicate<'T> -> int
override this.RemoveWhere : Predicate<'T> -> int
Public Overridable Function RemoveWhere (match As Predicate(Of T)) As Integer

參數

match
Predicate<T>

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

傳回

已從雜湊集移除的專案數目。

適用於