Table of Contents

Method Concat

Namespace
Pinwheel.Memo
Assembly
Pinwheel.Memo.Editor.dll

Concat<T>(T[], T[])

public static T[] Concat<T>(this T[] array1, T[] array2)

Parameters

array1 T[]
array2 T[]

Returns

T[]

Type Parameters

T