예제 #1
0
 public static Generic.IEnumerable <T> Append <T>(this Generic.IEnumerable <T> me, params T[] other)
 {
     return(me.Append(other));
 }