Example #1
0
 public static T[] AddProperties <T>(this T[] self, params T[] properties)
 {
     return(self.AddItems(properties));
 }