System.Configuration.Provider.ProviderCollection.ProviderCollection C# (CSharp) 메소드

ProviderCollection() 공개 메소드

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