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

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

public ItemProperty ( string _group, string _key, Qyoto.QVariant reference ) : System
_group string
_key string
reference Qyoto.QVariant
Результат System
            public ItemProperty(string _group, string _key, QVariant reference)
                : this((Type) null)
            {
                CreateProxy();
                interceptor.Invoke("ItemProperty$$#", "ItemProperty(const QString&, const QString&, QVariant&)", typeof(void), typeof(string), _group, typeof(string), _key, typeof(QVariant), reference);
            }

Same methods

KCoreConfigSkeleton.ItemProperty::ItemProperty ( Type dummy ) : System
KCoreConfigSkeleton.ItemProperty::ItemProperty ( string _group, string _key, Qyoto.QVariant reference, Qyoto.QVariant defaultValue ) : System