oh dear
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Provides data for the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded" /> event.</summary>
|
||||
// Token: 0x020003B6 RID: 950
|
||||
[Token(Token = "0x20003B6")]
|
||||
public class SettingsLoadedEventArgs : EventArgs
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsLoadedEventArgs" /> class.</summary>
|
||||
/// <param name="provider">A <see cref="T:System.Configuration.SettingsProvider" /> object from which settings are loaded.</param>
|
||||
// Token: 0x0600192D RID: 6445 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600192D")]
|
||||
[Address(RVA = "0x28AC230", Offset = "0x28AB030", VA = "0x1828AC230")]
|
||||
public SettingsLoadedEventArgs(SettingsProvider provider)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets the settings provider used to store configuration settings.</summary>
|
||||
/// <returns>A settings provider.</returns>
|
||||
// Token: 0x170005A0 RID: 1440
|
||||
// (get) Token: 0x0600192E RID: 6446 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x170005A0")]
|
||||
public SettingsProvider Provider
|
||||
{
|
||||
[Token(Token = "0x600192E")]
|
||||
[Address(RVA = "0x28AC260", Offset = "0x28AB060", VA = "0x1828AC260")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user