Esempio n. 1
0
 public static T[] ArrayWithout <T>(IEnumerable <T> excluded)
 {
     return(Generate.ArrayWithout(excluded));
 }
Esempio n. 2
0
 public static T[] ArrayWithout <T>(params T[] excluded)
 {
     return(Generate.ArrayWithout(excluded));
 }