Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: T[] Concat<T>(this T[], T[])

Declaration

public static T[] Concat<T>(
    this T[] array,
    T[] otherArray
)

Summary

Concatenates two arrays.

Generic type parameters

TThis type parameter is not documented.

Remarks

Returns a new copy of the array even if one of the input arrays is empty.