Kimono.KCoreConfigSkeleton.ItemInt.MaxValue C# (CSharp) Метод

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

Get the maximum value this is allowed to be stored in this item
public MaxValue ( ) : Qyoto.QVariant
Результат Qyoto.QVariant
            public QVariant MaxValue()
            {
                return (QVariant) interceptor.Invoke("maxValue", "maxValue() const", typeof(QVariant));
            }