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: 0x020003B8 RID: 952
|
|
[Token(Token = "0x20003B8")]
|
|
public sealed class ApplicationSettingsGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationSettingsGroup" /> class.</summary>
|
|
// Token: 0x06001933 RID: 6451 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001933")]
|
|
[Address(RVA = "0x289DF00", Offset = "0x289CD00", VA = "0x18289DF00")]
|
|
public ApplicationSettingsGroup()
|
|
{
|
|
}
|
|
}
|
|
}
|