ImmutableSortedSet<T>.ISet<T>.UnionWith 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
修改当前集,使该集包含当前集或指定集合中存在的所有元素。
virtual void System.Collections.Generic.ISet<T>.UnionWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::UnionWith;
void ISet<T>.UnionWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.UnionWith : seq<'T> -> unit
Sub UnionWith (other As IEnumerable(Of T)) Implements ISet(Of T).UnionWith
参数
- other
- IEnumerable<T>
要与当前集进行比较的集合。
实现
注解
此成员是显式接口成员的实现。 它只能在 ImmutableSortedSet<T> 实例被强制转换为 ISet<T> 接口时使用。
System.Collections.Immutable NuGet 包