using System; using Cpp2IlInjected; namespace System.Configuration { /// Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited. // Token: 0x020003D8 RID: 984 [Token(Token = "0x20003D8")] [AttributeUsage(AttributeTargets.Property)] public sealed class UserScopedSettingAttribute : SettingAttribute { /// Initializes a new instance of the class. // Token: 0x0600199E RID: 6558 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600199E")] [Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")] public UserScopedSettingAttribute() { } } }