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

SetMinValue() public méthode

Set the minimum value for the item @sa minValue()
public SetMinValue ( int arg1 ) : void
arg1 int
Résultat void
            public void SetMinValue(int arg1)
            {
                interceptor.Invoke("setMinValue$", "setMinValue(int)", typeof(void), typeof(int), arg1);
            }