System.Configuration.AppSettingsSection.Reset C# (CSharp) Метод

Reset() защищенный Метод

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
Результат void
        protected internal override void Reset(ConfigurationElement parentSection) {
            _KeyValueCollection = null;
            base.Reset(parentSection);
            if (!String.IsNullOrEmpty((string)base[s_propFile])) { // don't inherit from the parent
                SetPropertyValue(s_propFile,null,true); // ignore the lock to prevent inheritence
            }
        }