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

ItemUrl() public method

public ItemUrl ( string _group, string _key, Kimono.KUrl reference ) : System
_group string
_key string
reference Kimono.KUrl
return System
            public ItemUrl(string _group, string _key, KUrl reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemUrl$$#", "ItemUrl(const QString&, const QString&, KUrl&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(KUrl), reference);
            }

Same methods

KCoreConfigSkeleton.ItemUrl::ItemUrl ( Type dummy ) : System
KCoreConfigSkeleton.ItemUrl::ItemUrl ( string _group, string _key, Kimono.KUrl reference, Kimono.KUrl defaultValue ) : System