Click or drag to resize

EPAssertionUtilToObjectArray Method

For a given array, copy the array elements into a new array of Object[] type.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static Object[] ToObjectArray(
	Object array
)

Parameters

array
Type: SystemObject
input array

Return Value

Type: Object
object array
See Also