20 lines
686 B
C#
20 lines
686 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.</summary>
|
|
// Token: 0x020003D9 RID: 985
|
|
[Token(Token = "0x20003D9")]
|
|
public sealed class UserSettingsGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserSettingsGroup" /> class.</summary>
|
|
// Token: 0x0600199F RID: 6559 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600199F")]
|
|
[Address(RVA = "0x2F4BB40", Offset = "0x2F4AB40", VA = "0x182F4BB40")]
|
|
public UserSettingsGroup()
|
|
{
|
|
}
|
|
}
|
|
}
|