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

SettingsPropertyCollection() public method

public SettingsPropertyCollection ( ) : System.Collections
return System.Collections
       public SettingsPropertyCollection()
       {
           _Hashtable = new Hashtable(10, CaseInsensitiveHashCodeProvider.Default, CaseInsensitiveComparer.Default);
       }

Same methods

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