RangeAttribute(Int32, Int32) 构造函数

定义

创建并初始化具有指定最小值和最大值的属性的新实例。

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)

参数

minValue
Int32

int

允许的最小值。

maxValue
Int32

int

允许的最大值。

适用于