Kimono.KIntValidator.Bottom C# (CSharp) Method

Bottom() private method

private Bottom ( ) : int
return int
        public virtual int Bottom()
        {
            return (int) interceptor.Invoke("bottom", "bottom() const", typeof(int));
        }