RangeAttribute(Int32, Int32) Constructor

Definition

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.

Applies to