示例#1
0
文件: RdSet.cs 项目: yvvan/rd
 public void ExceptWith(IEnumerable <T> other)
 {
     using (UsingLocalChange())
         mySet.ExceptWith(other);
 }
 public void ExceptWith(IEnumerable <T> other)
 {
     using (myCookieFactory())
         myBackingSet.ExceptWith(other);
 }