20 lines
714 B
C#
20 lines
714 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.</summary>
|
|
// Token: 0x020003B4 RID: 948
|
|
[Token(Token = "0x20003B4")]
|
|
public sealed class ApplicationSettingsGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationSettingsGroup" /> class.</summary>
|
|
// Token: 0x0600191C RID: 6428 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600191C")]
|
|
[Address(RVA = "0x2F389C0", Offset = "0x2F379C0", VA = "0x182F389C0")]
|
|
public ApplicationSettingsGroup()
|
|
{
|
|
}
|
|
}
|
|
}
|