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

MinValue() public méthode

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