Files
2026-04-10 22:50:51 +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: 0x020003DC RID: 988
[Token(Token = "0x20003DC")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class UserScopedSettingAttribute : SettingAttribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserScopedSettingAttribute" /> class.</summary>
// Token: 0x060019B5 RID: 6581 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60019B5")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public UserScopedSettingAttribute()
{
}
}
}