Kimono.KCoreConfigSkeleton.ItemInt.MaxValue C# (CSharp) Method

MaxValue() public method

Get the maximum value this is allowed to be stored in this item
public MaxValue ( ) : Qyoto.QVariant
return Qyoto.QVariant
            public QVariant MaxValue()
            {
                return (QVariant) interceptor.Invoke("maxValue", "maxValue() const", typeof(QVariant));
            }