 | 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
Syntaxpublic static Object[] ToObjectArray(
Object array
)
Parameters
- array
- Type: SystemObject
input array
Return Value
Type:
Objectobject array
See Also