using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.
// Token: 0x020003B0 RID: 944
[Token(Token = "0x20003B0")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class ApplicationScopedSettingAttribute : SettingAttribute
{
/// Initializes a new instance of the class.
// Token: 0x06001901 RID: 6401 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001901")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public ApplicationScopedSettingAttribute()
{
}
}
}