Click or drag to resize

EPAssertionUtilConcatenateArray2Dim Method

Concatenate two arrays.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static Object[][] ConcatenateArray2Dim(
	Object[][] first,
	params Object[][][] more
)

Parameters

first
Type: SystemObject
array to concatenate
more
Type: SystemObject
array to concatenate

Return Value

Type: Object
concatenated array
See Also