System.Configuration.AppSettingsSection.IsModified C# (CSharp) Méthode

IsModified() protected méthode

protected IsModified ( ) : bool
Résultat bool
        protected internal override bool IsModified() {
            return base.IsModified();
        }