IntersectWith()

ISet::IntersectWith(IEnumerablePtr) method

Removes elements not present in different container.

virtual void System::Collections::Generic::ISet<T>::IntersectWith(IEnumerablePtr other)=0

Arguments

ParameterTypeDescription
otherIEnumerablePtrElements to keep (if present).

See Also