UnionWith()

ISet::UnionWith(IEnumerablePtr) 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

Arguments

ParameterTypeDescription
otherIEnumerablePtrCollection to add eleements from.

See Also