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

ItemSize() public method

public ItemSize ( string _group, string _key, Qyoto.QSize reference ) : System
_group string
_key string
reference Qyoto.QSize
return System
            public ItemSize(string _group, string _key, QSize reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemSize$$#", "ItemSize(const QString&, const QString&, QSize&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(QSize), reference);
            }

Same methods

KCoreConfigSkeleton.ItemSize::ItemSize ( Type dummy ) : System
KCoreConfigSkeleton.ItemSize::ItemSize ( string _group, string _key, Qyoto.QSize reference, Qyoto.QSize defaultValue ) : System