System::Collections::Generic::ISet::UnionWith メソッド

ISet::UnionWith method

指定されたコレクションから、現在のセットにまだ存在しない要素を追加します。

virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
パラメーター説明
その他IEnumerablePtr要素を追加する元のコレクション。

参照