NAnt SDK Documentation - v0.85-nightly-2005-11-09

Int32ValidatorAttribute Constructor (Int32, Int32)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Attributes.Int32ValidatorAttribute.#ctor(System.Int32,System.Int32)

See Also

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