public void IntersectWith(IEnumerable <T> other) { using (UsingLocalChange()) mySet.IntersectWith(other); }
public void IntersectWith(IEnumerable <T> other) { using (myCookieFactory()) myBackingSet.IntersectWith(other); }