WithInt Method (int)

Adds a new IntParameter (based on an Int32) to the collection.

Type: XJEaseParameterCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameterCollection WithInt(int intValue)

Parameters

intValue

Type: int

The value of the IntParameter to add.

Return Value

XJEaseParameterCollection

The collection after the parameter has been added.