Пример #1
0
Файл: RdSet.cs Проект: yvvan/rd
 public void UnionWith(IEnumerable <T> other)
 {
     using (UsingLocalChange())
         mySet.UnionWith(other);
 }
Пример #2
0
 public void UnionWith(IEnumerable <T> other)
 {
     using (myCookieFactory())
         myBackingSet.UnionWith(other);
 }