WithInt Method Overloads

Method Description
WithInt(int)

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

WithInt(uint)

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

WithInt(long)

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

WithInt(ulong)

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