Example #1
0
 bool IExtendedCollection <T> .RemoveAll(ICollection <T> c)
 {
     lock (this) { return(set.RemoveAll(c)); }
 }