System::Collections::Generic::ISet::UnionWith methode

ISet::UnionWith method

Voegt elementen toe uit de opgegeven collectie die nog niet aanwezig zijn in de huidige set.

virtual void System::Collections::Generic::ISet<T>::UnionWith(IEnumerablePtr other)=0
ParameterTypeBeschrijving
andersIEnumerablePtrCollectie om elementen uit toe te voegen.

Zie ook