NAnt SDK Documentation - v0.92

Int32ValidatorAttribute Constructor (Int32, Int32)

Initializes a new instance of the Int32ValidatorAttribute class with the specied minimum and maximum values.

[Visual Basic]
Overloads Public Sub New( _
   ByVal minValue As Integer, _
   ByVal maxValue As Integer _
)
[C#]
public Int32ValidatorAttribute(
   int minValue,
   int maxValue
);

Parameters

minValue
The minimum value.
maxValue
The maximum value.

See Also

Int32ValidatorAttribute Class | NAnt.Core.Attributes Namespace | Int32ValidatorAttribute Constructor Overload List