Click or drag to resize

Utils_OtherMergeArrays Method (String)

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
C#
public static string[] MergeArrays(
	params string[][] arrays
)

Parameters

arrays
Type: SystemString

Return Value

Type: String
See Also