Kimono.KCoreConfigSkeleton.ItemStringList.ItemStringList C# (CSharp) Метод

ItemStringList() публичный Метод

public ItemStringList ( string _group, string _key, List reference ) : System
_group string
_key string
reference List
Результат System
            public ItemStringList(string _group, string _key, List<string> reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemStringList$$?", "ItemStringList(const QString&, const QString&, QStringList&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(List<string>), reference);
            }

Same methods

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