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

Int32ValidatorAttribute Constructor

[This is preliminary documentation and subject to change.]

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