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

21 lines
777 B
C#

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