This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
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()
{
}
}
}