Beispiel #1
0
 public bool ContainsAll(ICollection <T> c)
 {
     return(s.ContainsAll(c));
 }
Beispiel #2
0
 bool IExtendedCollection <T> .ContainsAll(ICollection <T> c)
 {
     lock (this) { return(set.ContainsAll(c)); }
 }