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