using System;
using System.Collections;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Provides contextual information that the provider can use when persisting settings.
// Token: 0x0200037E RID: 894
[Token(Token = "0x200037E")]
[Serializable]
public class SettingsContext : Hashtable
{
/// Initializes a new instance of the class.
// Token: 0x0600178C RID: 6028 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600178C")]
[Address(RVA = "0x2F46C20", Offset = "0x2F45C20", VA = "0x182F46C20")]
public SettingsContext()
{
}
}
}