Files
27Aug2021-Cpp2IL-Dump/System/Configuration/ApplicationScopedSettingAttribute.cs
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
783 B
C#

using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.</summary>
// Token: 0x020003AC RID: 940
[Token(Token = "0x20003AC")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class ApplicationScopedSettingAttribute : SettingAttribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationScopedSettingAttribute" /> class.</summary>
// Token: 0x060018EA RID: 6378 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018EA")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
public ApplicationScopedSettingAttribute()
{
}
}
}