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: 0x020003DC RID: 988
[Token(Token = "0x20003DC")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class UserScopedSettingAttribute : SettingAttribute
{
/// Initializes a new instance of the class.
// Token: 0x060019B5 RID: 6581 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60019B5")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public UserScopedSettingAttribute()
{
}
}
}