ObservableHashSet<T>.SymmetricExceptWith(IEnumerable<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
修改当前哈希集,以仅包含存在于该对象或指定集合中的元素,但不能同时包含两者。
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>
要与当前哈希集进行比较的集合。