mscorlib(4.0.0.0) API with additions
SettingsContext.cs
1 using System.Collections;
2 
3 namespace System.Configuration
4 {
7  public class SettingsContext : Hashtable
8  {
9  }
10 }
Definition: __Canon.cs:3
Represents a collection of key/value pairs that are organized based on the hash code of the key....
Definition: Hashtable.cs:17
Provides contextual information that the provider can use when persisting settings.
Specifies that the class can be serialized.