Summary
Initializes a new instance of the
NAnt.Core.Attributes.Int32ValidatorAttribute
class with the specified minimum and maximum values.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Int32
Validator Attribute
Syntax
public Int32ValidatorAttribute(int minValue, int maxValue)
Parameters
Name | Type | Description |
---|---|---|
minValue | int | The minimum value. |
maxValue | int | The maximum value. |
Return Value
Type | Description |
---|---|
void |