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

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

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
Результат void
        protected internal override void Reset(ConfigurationElement parentSection) {
            _rawXml = string.Empty;
            _isModified = false;
        }