#unity/日常积累

定义

命名空间:

System.Collections.Generic

程序集:

System.Collections.dll

从当前 HashSet 对象中移除指定集合中的所有元素。

参数

other

IEnumerable

要从 HashSet 对象中移除的项的集合。

实现

ExceptWith(IEnumerable)