System.Configuration.DefaultSection.Reset C# (CSharp) Méthode

Reset() protected méthode

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