using System;
using System.Xml;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Provides access to a configuration file. This type supports the .NET Framework configuration infrastructure and is not intended to be used directly from your code.
// Token: 0x020003C9 RID: 969
[Token(Token = "0x20003C9")]
public class NameValueFileSectionHandler : IConfigurationSectionHandler
{
/// Initializes a new instance of the class.
// Token: 0x06001981 RID: 6529 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001981")]
[Address(RVA = "0x28A7050", Offset = "0x28A5E50", VA = "0x1828A7050")]
public NameValueFileSectionHandler()
{
}
/// Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
/// The parent object.
/// The configuration context object.
/// The section XML node.
/// A configuration object.
/// The file specified in the attribute of exists but cannot be loaded.
/// -or-
/// The attribute of does not match the root element of the file specified in the attribute.
// Token: 0x06001982 RID: 6530 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001982")]
[Address(RVA = "0x28A7020", Offset = "0x28A5E20", VA = "0x1828A7020", Slot = "4")]
public object Create(object parent, object configContext, XmlNode section)
{
return null;
}
}
}