using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Represents a group of user-scoped application settings in a configuration file.
// Token: 0x020003BA RID: 954
[Token(Token = "0x20003BA")]
public sealed class ClientSettingsSection : ConfigurationSection
{
/// Initializes a new instance of the class.
// Token: 0x06001936 RID: 6454 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001936")]
[Address(RVA = "0x289E560", Offset = "0x289D360", VA = "0x18289E560")]
public ClientSettingsSection()
{
}
// Token: 0x170005A1 RID: 1441
// (get) Token: 0x06001937 RID: 6455 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005A1")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001937")]
[Address(RVA = "0x289E590", Offset = "0x289D390", VA = "0x18289E590", Slot = "4")]
get
{
return null;
}
}
/// Gets the collection of client settings for the section.
/// A containing all the client settings found in the current configuration section.
// Token: 0x170005A2 RID: 1442
// (get) Token: 0x06001938 RID: 6456 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005A2")]
public SettingElementCollection Settings
{
[Token(Token = "0x6001938")]
[Address(RVA = "0x289E5C0", Offset = "0x289D3C0", VA = "0x18289E5C0")]
get
{
return null;
}
}
}
}