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