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

SetMinValue() public méthode

@copydoc ItemInt.SetMinValue(qint32)
public SetMinValue ( long arg1 ) : void
arg1 long
Résultat void
            public void SetMinValue(long arg1)
            {
                interceptor.Invoke("setMinValue$", "setMinValue(qint64)", typeof(void), typeof(long), arg1);
            }