예제 #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);
 }