m
This commit is contained in:
@@ -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: 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user