Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: T[] ArrayConcat<T>(params T[][])

  • Declared in: RT.Util.Ut

Declaration

public static T[] ArrayConcat<T>(
    params T[][] arrays
)

Summary

Concatenates any number of arrays.

Generic type parameters

TThis type parameter is not documented.

Remarks

Returns a new copy of the array even if there are only two inputs and one is empty.