System.Configuration.SettingsPropertyCollection.SettingsPropertyCollection C# (CSharp) Метод

SettingsPropertyCollection() публичный Метод

public SettingsPropertyCollection ( ) : System.Collections
Результат System.Collections
       public SettingsPropertyCollection()
       {
           _Hashtable = new Hashtable(10, CaseInsensitiveHashCodeProvider.Default, CaseInsensitiveComparer.Default);
       }

Same methods

SettingsPropertyCollection::SettingsPropertyCollection ( Hashtable h ) : System.Collections