System.Configuration.Provider.ProviderCollection.ProviderCollection C# (CSharp) Method

ProviderCollection() public method

public ProviderCollection ( ) : System.Collections
return System.Collections
        public ProviderCollection()
        {
            _Hashtable = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
        }