System.Configuration.SettingsBase.SettingsBase C# (CSharp) 메소드

SettingsBase() 보호된 메소드

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