Int32ValidatorAttribute.

Int32ValidatorAttribute(int, int) Constructor

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
Int32ValidatorAttribute

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