Example #1
0
File: RdSet.cs Project: yvvan/rd
 public void IntersectWith(IEnumerable <T> other)
 {
     using (UsingLocalChange())
         mySet.IntersectWith(other);
 }
 public void IntersectWith(IEnumerable <T> other)
 {
     using (myCookieFactory())
         myBackingSet.IntersectWith(other);
 }