共用方式為


ObservableHashSet<T>.UnionWith(IEnumerable<T>) 方法

定義

修改雜湊集,以包含存在於本身、指定集合或兩者中的所有專案。

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

參數

other
IEnumerable<T>

要與目前雜湊集比較的集合。

實作

適用於