M_Cyjb_Collections_ObjectModel_SetBase_1_ExceptWith - CYJB/Cyjb GitHub Wiki
从当前集合内移除指定集合中的所有元素。
Namespace: Cyjb.Collections.ObjectModel
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public virtual void ExceptWith(
IEnumerable<T> other
)
- other
- Type: System.Collections.Generic.IEnumerable(T)
要从集合内移除的项的集合。
ISet(T).ExceptWith(IEnumerable(T))
异常 | 条件 |
---|---|
ArgumentNullException |
other 为 null 。 |