48 lines
1.6 KiB
C#
48 lines
1.6 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Represents a group of user-scoped application settings in a configuration file.</summary>
|
|
// Token: 0x020003BA RID: 954
|
|
[Token(Token = "0x20003BA")]
|
|
public sealed class ClientSettingsSection : ConfigurationSection
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.ClientSettingsSection" /> class.</summary>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the collection of client settings for the section.</summary>
|
|
/// <returns>A <see cref="T:System.Configuration.SettingElementCollection" /> containing all the client settings found in the current configuration section.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
}
|
|
}
|