WithInt Method (long)
Appends a new IntParameter (based on an Int64) to the end of the array.
Type: XJEaseArrayParameter
Namespace: XJTAG.Integration.XJRunner
Syntax
public XJEaseArrayParameter WithInt(long arrayItem)
Parameters
- arrayItem
Type: long
The value of the integer to append to the array.
Return Value
- XJEaseArrayParameter
The array after appending the int value.
Exceptions
- RuntimeException
The Type of this array is not Int, or the Depth is greater than 1.
XJTAG v4.2.5
