Constructor MinMaxInt NamespacePinwheel.Vista AssemblyPinwheel.Vista.Runtime.dll MinMaxInt(int, int) Creates a range with the supplied minimum and maximum values. public MinMaxInt(int min, int max) Parameters min int Lower bound of the range. max int Upper bound of the range.