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

ProtectedConfigurationSection() 정적인 개인적인 메소드

static private ProtectedConfigurationSection ( ) : System.Collections
리턴 System.Collections
        static ProtectedConfigurationSection()
        {
            // Property initialization
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propProviders);
            _properties.Add(_propDefaultProvider);
        }