Inheritance: Qyoto.QObject, IDisposable
 /// <remarks> @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
 /// <param> name="type" The type of string held by the item
 ///      </param></remarks>        <short>   @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem </short>
 public ItemString(string _group, string _key, StringBuilder reference, string defaultValue, KCoreConfigSkeleton.ItemString.TypeOf type)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("ItemString$$$$$", "ItemString(const QString&, const QString&, QString&, const QString&, KCoreConfigSkeleton::ItemString::Type)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(StringBuilder), reference, typeof(string), defaultValue, typeof(KCoreConfigSkeleton.ItemString.TypeOf), type);
 }