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: 0x020003B4 RID: 948
[Token(Token = "0x20003B4")]
public sealed class ApplicationSettingsGroup : ConfigurationSectionGroup
{
/// Initializes a new instance of the class.
// Token: 0x0600191C RID: 6428 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600191C")]
[Address(RVA = "0x2F389C0", Offset = "0x2F379C0", VA = "0x182F389C0")]
public ApplicationSettingsGroup()
{
}
}
}