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

ItemPassword() public method

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

Same methods

KCoreConfigSkeleton.ItemPassword::ItemPassword ( Type dummy ) : System
KCoreConfigSkeleton.ItemPassword::ItemPassword ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
KCoreConfigSkeleton.ItemPassword