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

ItemIntList() public method

public ItemIntList ( string _group, string _key, List reference ) : System
_group string
_key string
reference List
return System
            public ItemIntList(string _group, string _key, List<int> reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemIntList$$?", "ItemIntList(const QString&, const QString&, QList<int>&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(List<int>), reference);
            }

Same methods

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