NAnt SDK Documentation - v0.92

Int32ValidatorAttribute Class

Indicates that property should be able to be converted into a Int32 within the given range.

For a list of all members of this type, see Int32ValidatorAttribute Members.

System.Object
   System.Attribute
      NAnt.Core.Attributes.ValidatorAttribute
         NAnt.Core.Attributes.Int32ValidatorAttribute

[Visual Basic]
<AttributeUsage(Inherited:=True, ValidOn:=AttributeTargets.Property, AllowMultiple:=False)>
NotInheritable Public Class Int32ValidatorAttribute
    Inherits ValidatorAttribute
[C#]
[AttributeUsage(Inherited=True, ValidOn=AttributeTargets.Property, AllowMultiple=False)]
public sealed class Int32ValidatorAttribute : ValidatorAttribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Attributes

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

Int32ValidatorAttribute Members | NAnt.Core.Attributes Namespace