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

ItemPath() public method

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

Same methods

KCoreConfigSkeleton.ItemPath::ItemPath ( Type dummy ) : System
KCoreConfigSkeleton.ItemPath::ItemPath ( string _group, string _key, StringBuilder reference ) : System
KCoreConfigSkeleton.ItemPath