Class IntegerRange
A range of integers
public class IntegerRange
- Inheritance
-
IntegerRange
- Inherited Members
Properties
Maximum
The maximum for this range
public int Maximum { get; set; }
Property Value
Minimum
The minimum for this range
public int Minimum { get; set; }