Constructor (int)
Creates a new instance of the IntParameter class using an Int32 value.
Type: IntParameter
Namespace: XJTAG.Integration.XJRunner
Syntax
public IntParameter(int value)
Parameters
- value
Type: int
The value of the parameter.
Exceptions
- System.ArgumentOutOfRangeException
value was negative.
XJTAG v4.2.5
