다음을 통해 공유


RangeAttribute(Int32, Int32) 생성자

정의

지정된 최소값과 최대값을 사용하여 특성의 새 instance 만들고 초기화합니다.

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

허용되는 최대값입니다.

적용 대상