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

21 lines
795 B
C#

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: 0x020003C7 RID: 967
[Token(Token = "0x20003C7")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class NoSettingsVersionUpgradeAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.NoSettingsVersionUpgradeAttribute" /> class.</summary>
// Token: 0x06001970 RID: 6512 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001970")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
public NoSettingsVersionUpgradeAttribute()
{
}
}
}