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

ItemUrl() public method

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

Same methods

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