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>

現在のハッシュ セットから削除する項目のコレクション。

実装

適用対象