RangeAttribute(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and initializes a new instance of the attribute with the specified minimum and maximum values.
public:
RangeAttribute(int minValue, int maxValue);
RangeAttribute(int const& minValue, int const& maxValue);
public RangeAttribute(int minValue, int maxValue);
function RangeAttribute(minValue, maxValue)
Public Sub New (minValue As Integer, maxValue As Integer)
Parameters
- minValue
-
Int32
int
The minimum value allowed.
- maxValue
-
Int32
int
The maximum value allowed.