Ejemplo n.º 1
0
 public static T[] Add <T>(this T[] @this, T item)
 {
     return(@this.AddRange(item));
 }