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