Ejemplo n.º 1
0
 public static List <T> Union <T>(this List <T> A, T b)
 {
     return(ListUtilityGeneric <T> .Union(A, b));
 }