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;
        }