System::Collections::Generic::ISet::UnionWith method

ISet::UnionWith method

Adds elements from specified collection that are not present in current set yet.

virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
ParameterTypeDescription
otherIEnumerablePtrCollection to add eleements from.

See Also