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: 0x020003D9 RID: 985
[Token(Token = "0x20003D9")]
public sealed class UserSettingsGroup : ConfigurationSectionGroup
{
/// Initializes a new instance of the class.
// Token: 0x0600199F RID: 6559 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600199F")]
[Address(RVA = "0x2F4BB40", Offset = "0x2F4AB40", VA = "0x182F4BB40")]
public UserSettingsGroup()
{
}
}
}