次の方法で共有


ObservableHashSet<T>.SymmetricExceptWith(IEnumerable<T>) メソッド

定義

現在のハッシュ セットを、そのオブジェクトまたは指定したコレクション内に存在する要素のみを含むように変更しますが、両方は含まれません。

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

パラメーター

other
IEnumerable<T>

現在のハッシュ セットと比較するコレクション。

実装

適用対象