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