Пример #1
0
 public static bool RetainAll(IExtendedCollection c1, ICollection c2)
 {
     return(c1.RetainAll(c2));
 }
Пример #2
0
 public static bool RetainAll(IExtendedCollection c1, ICollection c2)
 {
     return c1.RetainAll(c2);
 }