ArrayUtility.Concatenate<T> method

Concatenates the specified arrays.

public static T[] Concatenate<T>(params T[][] arrays)
parameter description
arrays The arrays to concatenate.

Return Value

A new array with all of the elements of the specified arrays.

See Also