System::Collections::Generic::ISet::UnionWith メソッド
ISet::UnionWith method
指定されたコレクションから、現在のセットにまだ存在しない要素を追加します。
virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | 要素を追加する元のコレクション。 |
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++