Kimono.KCoreConfigSkeleton.ItemLongLong.SetMinValue C# (CSharp) Method

SetMinValue() public method

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