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

ISet::UnionWith method

Agrega elementos de la colección especificada que aún no están presentes en el conjunto actual.

virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
ParámetroTipoDescripción
otroIEnumerablePtrColección de la cual agregar elementos.

Ver también