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