using System; using Cpp2IlInjected; namespace System.Configuration { /// Provides a string that describes an application settings property group. This class cannot be inherited. // Token: 0x020003CF RID: 975 [Token(Token = "0x20003CF")] [AttributeUsage(AttributeTargets.Class)] public sealed class SettingsGroupDescriptionAttribute : Attribute { /// Initializes a new instance of the class. /// A containing the descriptive text for the application settings group. // Token: 0x06001995 RID: 6549 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001995")] [Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")] public SettingsGroupDescriptionAttribute(string description) { } /// The descriptive text for the application settings properties group. /// A containing the descriptive text for the application settings group. // Token: 0x170005C0 RID: 1472 // (get) Token: 0x06001996 RID: 6550 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170005C0")] public string Description { [Token(Token = "0x6001996")] [Address(RVA = "0x28AC1D0", Offset = "0x28AAFD0", VA = "0x1828AC1D0")] get { return null; } } } }