Kimono.KCoreConfigSkeleton.ItemInt.MaxValue C# (CSharp) Méthode

MaxValue() public méthode

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