using System; using System.Collections; using Cpp2IlInjected; namespace System.Configuration { /// Provides contextual information that the provider can use when persisting settings. // Token: 0x02000382 RID: 898 [Token(Token = "0x2000382")] [Serializable] public class SettingsContext : Hashtable { /// Initializes a new instance of the class. // Token: 0x060017A3 RID: 6051 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60017A3")] [Address(RVA = "0x28AC170", Offset = "0x28AAF70", VA = "0x1828AC170")] public SettingsContext() { } } }