CollectionUtilityMergeT Method (T, T) |
Merges two arrays into one.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static T[] Merge<T>(
T[] array1,
T[] array2
)
Parameters
- array1
- Type: T
- array2
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also