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

ProtectedConfigurationSection() static private method

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