System.Configuration.IgnoreSection.Reset C# (CSharp) Method

Reset() protected method

protected Reset ( ConfigurationElement parentSection ) : void
parentSection ConfigurationElement
return void
        protected internal override void Reset(ConfigurationElement parentSection) {
            _rawXml = string.Empty;
            _isModified = false;
        }