using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.
// Token: 0x020003DD RID: 989
[Token(Token = "0x20003DD")]
public sealed class UserSettingsGroup : ConfigurationSectionGroup
{
/// Initializes a new instance of the class.
// Token: 0x060019B6 RID: 6582 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60019B6")]
[Address(RVA = "0x28B1090", Offset = "0x28AFE90", VA = "0x1828B1090")]
public UserSettingsGroup()
{
}
}
}