using System; using System.Collections; using Cpp2IlInjected; namespace System.Configuration { /// Represents a collection of key/value pairs used to describe a configuration object as well as a object. // Token: 0x02000385 RID: 901 [Token(Token = "0x2000385")] [Serializable] public class SettingsAttributeDictionary : Hashtable { /// Initializes a new instance of the class. // Token: 0x060017D0 RID: 6096 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60017D0")] [Address(RVA = "0x2F469E0", Offset = "0x2F459E0", VA = "0x182F469E0")] public SettingsAttributeDictionary() { } /// Initializes a new instance of the class. /// A collection of key/value pairs that are related to configuration settings. // Token: 0x060017D1 RID: 6097 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60017D1")] [Address(RVA = "0x2F469B0", Offset = "0x2F459B0", VA = "0x182F469B0")] public SettingsAttributeDictionary(SettingsAttributeDictionary attributes) { } } }