Kimono.KCoreConfigSkeleton.ItemUInt.SetMaxValue C# (CSharp) 메소드

SetMaxValue() 공개 메소드

@copydoc ItemInt.SetMaxValue(qint32)
public SetMaxValue ( uint arg1 ) : void
arg1 uint
리턴 void
            public void SetMaxValue(uint arg1)
            {
                interceptor.Invoke("setMaxValue$", "setMaxValue(unsigned int)", typeof(void), typeof(uint), arg1);
            }