Kimono.KCoreConfigSkeleton.ItemUrlList.ItemUrlList C# (CSharp) Method

ItemUrlList() public method

public ItemUrlList ( string _group, string _key, List reference ) : System
_group string
_key string
reference List
return System
            public ItemUrlList(string _group, string _key, List<KUrl> reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemUrlList$$?", "ItemUrlList(const QString&, const QString&, KUrl::List&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(List<KUrl>), reference);
            }

Same methods

KCoreConfigSkeleton.ItemUrlList::ItemUrlList ( Type dummy ) : System
KCoreConfigSkeleton.ItemUrlList::ItemUrlList ( string _group, string _key, List reference, List defaultValue ) : System