System::Collections::Generic::ISet::IntersectWith method

ISet::IntersectWith method

Removes elements not present in different container.

virtual void System::Collections::Generic::ISet<T>::IntersectWith(IEnumerablePtr other)=0
ParameterTypeDescription
otherIEnumerablePtrElements to keep (if present).

See Also