Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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: 0x0200037E RID: 894
[Token(Token = "0x200037E")]
[Serializable]
public class SettingsContext : Hashtable
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsContext" /> class.</summary>
// Token: 0x0600178C RID: 6028 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600178C")]
[Address(RVA = "0x2F46C20", Offset = "0x2F45C20", VA = "0x182F46C20")]
public SettingsContext()
{
}
}
}