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

SettingsPropertyCollection() приватный Метод

private SettingsPropertyCollection ( Hashtable h ) : System.Collections
h System.Collections.Hashtable
Результат System.Collections
       private SettingsPropertyCollection(Hashtable h)
       {
           _Hashtable = (Hashtable)h.Clone();
       }
   }

Same methods

SettingsPropertyCollection::SettingsPropertyCollection ( ) : System.Collections