Utils_OtherMergeArraysT Method (T) |
Merges multiple arrays into a single array.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static T[] MergeArrays<T>(
params T[][] arrays
)
Parameters
- arrays
- Type: T
Type Parameters
- T
Return Value
Type:
TSee Also