AddInt Method Overloads

Method Description
AddInt(int)

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

AddInt(uint)

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

AddInt(long)

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

AddInt(ulong)

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