using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.
// Token: 0x020003B8 RID: 952
[Token(Token = "0x20003B8")]
public sealed class ApplicationSettingsGroup : ConfigurationSectionGroup
{
/// Initializes a new instance of the class.
// Token: 0x06001933 RID: 6451 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001933")]
[Address(RVA = "0x289DF00", Offset = "0x289CD00", VA = "0x18289DF00")]
public ApplicationSettingsGroup()
{
}
}
}