AddInt Method Overloads
| Method | Description |
|---|---|
| AddInt(int) | Appends a new IntParameter (based on an Int32) to the end of the array. |
| AddInt(uint) | Appends a new IntParameter (based on a UInt32) to the end of the array. |
| AddInt(long) | Appends a new IntParameter (based on an Int64) to the end of the array. |
| AddInt(ulong) | Appends a new IntParameter (based on a UInt64) to the end of the array. |
XJTAG v4.2.5
