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

ItemIntList() public method

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

Same methods

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