This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>Specifies that a settings provider should disable any logic that gets invoked when an application upgrade is detected. This class cannot be inherited.</summary>
// Token: 0x020003CB RID: 971
[Token(Token = "0x20003CB")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class NoSettingsVersionUpgradeAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.NoSettingsVersionUpgradeAttribute" /> class.</summary>
// Token: 0x06001987 RID: 6535 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001987")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public NoSettingsVersionUpgradeAttribute()
{
}
}
}