ImmutableSortedSet<T>.Builder.UnionWith(IEnumerable<T>) 方法

定义

修改当前集,使该集包含同时存在于当前集和指定集合中的所有元素。

public:
 virtual void UnionWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void UnionWith (System.Collections.Generic.IEnumerable<T> other);
abstract member UnionWith : seq<'T> -> unit
override this.UnionWith : seq<'T> -> unit
Public Sub UnionWith (other As IEnumerable(Of T))

参数

other
IEnumerable<T>

要与当前状态进行比较的集合。

实现

适用于