This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 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: 0x020003D9 RID: 985
[Token(Token = "0x20003D9")]
public sealed class UserSettingsGroup : ConfigurationSectionGroup
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserSettingsGroup" /> class.</summary>
// Token: 0x0600199F RID: 6559 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600199F")]
[Address(RVA = "0x2F4BB40", Offset = "0x2F4AB40", VA = "0x182F4BB40")]
public UserSettingsGroup()
{
}
}
}