NAnt SDK Documentation - v0.92

Int32ValidatorAttribute Constructor

Initializes a new instance of the Int32ValidatorAttribute class.

Overload List

Initializes a new instance of the Int32ValidatorAttribute class.

public Int32ValidatorAttribute();

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

public Int32ValidatorAttribute(int,int);

See Also

Int32ValidatorAttribute Class | NAnt.Core.Attributes Namespace