Ejemplo n.º 1
0
Archivo: RdSet.cs Proyecto: yvvan/rd
 public void UnionWith(IEnumerable <T> other)
 {
     using (UsingLocalChange())
         mySet.UnionWith(other);
 }
Ejemplo n.º 2
0
 public void UnionWith(IEnumerable <T> other)
 {
     using (myCookieFactory())
         myBackingSet.UnionWith(other);
 }