WithInt Method (uint)

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

Type: XJEaseParameterCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameterCollection WithInt(uint intValue)

Parameters

intValue

Type: uint

The value of the IntParameter to add.

Return Value

XJEaseParameterCollection

The collection after the parameter has been added.