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

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

protected SettingsBase ( ) : System.Collections.Specialized
Результат System.Collections.Specialized
       protected SettingsBase()
       {
           _PropertyValues = new SettingsPropertyValueCollection();
       }
       ////////////////////////////////////////////////////////////