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);
        }