System.Configuration.SettingsBase.SettingsBase C# (CSharp) Method

SettingsBase() protected method

protected SettingsBase ( ) : System.Collections.Specialized
return System.Collections.Specialized
       protected SettingsBase()
       {
           _PropertyValues = new SettingsPropertyValueCollection();
       }
       ////////////////////////////////////////////////////////////