M_Cyjb_Collections_CharSet_UnionWith - CYJB/Cyjb GitHub Wiki
修改当前集合,使该集合包含当前集合和指定集合中同时存在的所有元素。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public override void UnionWith(
IEnumerable<char> other
)
- other
- Type: System.Collections.Generic.IEnumerable(Char)
要与当前集合进行比较的集合。
ISet(T).UnionWith(IEnumerable(T))
异常 | 条件 |
---|---|
ArgumentNullException |
other 为 null 。 |