Accord.NonnegativeIntegerAttribute.NonnegativeIntegerAttribute C# (CSharp) Метод

NonnegativeIntegerAttribute() публичный Метод

Initializes a new instance of the NonnegativeIntegerAttribute class.
public NonnegativeIntegerAttribute ( ) : System
Результат System
        public NonnegativeIntegerAttribute()
            : base(0, int.MaxValue) { }
    }
NonnegativeIntegerAttribute