mscorlib(4.0.0.0) API with additions
SettingsAttributeDictionary.cs
1 using System.Collections;
2 
3 namespace System.Configuration
4 {
8  {
11  {
12  }
13 
17  : base(attributes)
18  {
19  }
20  }
21 }
SettingsAttributeDictionary(SettingsAttributeDictionary attributes)
Initializes a new instance of the T:System.Configuration.SettingsAttributeDictionary class.
Definition: __Canon.cs:3
Represents a collection of key/value pairs used to describe a configuration object as well as a T:Sys...
SettingsAttributeDictionary()
Initializes a new instance of the T:System.Configuration.SettingsAttributeDictionary class.
Represents a collection of key/value pairs that are organized based on the hash code of the key....
Definition: Hashtable.cs:17
Specifies that the class can be serialized.