This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.</summary>
// Token: 0x020003DD RID: 989
[Token(Token = "0x20003DD")]
public sealed class UserSettingsGroup : ConfigurationSectionGroup
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserSettingsGroup" /> class.</summary>
// Token: 0x060019B6 RID: 6582 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60019B6")]
[Address(RVA = "0x28B1090", Offset = "0x28AFE90", VA = "0x1828B1090")]
public UserSettingsGroup()
{
}
}
}