Kimono.KCoreConfigSkeleton.AddItem C# (CSharp) Method

AddItem() public method

Register a custom with a given name. If the name parameter is null, take the name from KConfigSkeletonItem.Key(). Note that all names must be unique but that multiple entries can have the same key if they reside in different groups.
public AddItem ( Kimono.KConfigSkeletonItem arg1, string name ) : void
arg1 Kimono.KConfigSkeletonItem
name string
return void
        public void AddItem(KConfigSkeletonItem arg1, string name)
        {
            interceptor.Invoke("addItem#$", "addItem(KConfigSkeletonItem*, const QString&)", typeof(void), typeof(KConfigSkeletonItem), arg1, typeof(string), name);
        }

Same methods

KCoreConfigSkeleton::AddItem ( Kimono.KConfigSkeletonItem arg1 ) : void