Accord.NonnegativeIntegerAttribute.NonnegativeIntegerAttribute C# (CSharp) Method

NonnegativeIntegerAttribute() public method

Initializes a new instance of the NonnegativeIntegerAttribute class.
public NonnegativeIntegerAttribute ( ) : System
return System
        public NonnegativeIntegerAttribute()
            : base(0, int.MaxValue) { }
    }
NonnegativeIntegerAttribute