共用方式為


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

允許的最大值。

適用於