22 lines
666 B
C#
22 lines
666 B
C#
using System;
|
|
using System.Collections;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Provides contextual information that the provider can use when persisting settings.</summary>
|
|
// Token: 0x02000382 RID: 898
|
|
[Token(Token = "0x2000382")]
|
|
[Serializable]
|
|
public class SettingsContext : Hashtable
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsContext" /> class.</summary>
|
|
// Token: 0x060017A3 RID: 6051 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x60017A3")]
|
|
[Address(RVA = "0x28AC170", Offset = "0x28AAF70", VA = "0x1828AC170")]
|
|
public SettingsContext()
|
|
{
|
|
}
|
|
}
|
|
}
|