Declaration
public static T[] Concat<T>(
this T[] array,
T[] otherArray
)
Summary
Concatenates two arrays.
Generic type parameters
T | This type parameter is not documented. |
Remarks
Returns a new copy of the array even if one of the input arrays is empty.