oh dear
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Xml;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Handles the access to certain configuration sections.</summary>
|
||||
// Token: 0x02000380 RID: 896
|
||||
[Token(Token = "0x2000380")]
|
||||
public interface IConfigurationSectionHandler
|
||||
{
|
||||
/// <summary>Creates a configuration section handler.</summary>
|
||||
/// <param name="parent">Parent object.</param>
|
||||
/// <param name="configContext">Configuration context object.</param>
|
||||
/// <param name="section">Section XML node.</param>
|
||||
/// <returns>The created section handler object.</returns>
|
||||
// Token: 0x06001797 RID: 6039
|
||||
[Token(Token = "0x6001797")]
|
||||
[Address(Slot = "0")]
|
||||
object Create(object parent, object configContext, XmlNode section);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user