다음을 통해 공유


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> 대리자입니다.

반환

해시 집합에서 제거된 요소의 수입니다.

적용 대상