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