共用方式為


ObservableHashSet<T>.ExceptWith(IEnumerable<T>) 方法

定義

從雜湊集移除指定集合中的所有專案。

public virtual void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
override this.ExceptWith : seq<'T> -> unit
Public Overridable Sub ExceptWith (other As IEnumerable(Of T))

參數

other
IEnumerable<T>

要從目前雜湊集移除的專案集合。

實作

適用於