terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SingleTagSectionHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x020004AE RID: 1198
7
public
class
SingleTagSectionHandler
:
IConfigurationSectionHandler
8
{
9
// Token: 0x06002028 RID: 8232 RVA: 0x00052C68 File Offset: 0x00050E68
10
public
SingleTagSectionHandler
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06002029 RID: 8233 RVA: 0x00052C7C File Offset: 0x00050E7C
16
public
virtual
object
Create
(
object
parent,
object
context,
XmlNode
section
)
17
{
18
throw
new
NotSupportedException
();
19
}
20
}
21
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.SingleTagSectionHandler.SingleTagSectionHandler
SingleTagSectionHandler()
Definition
SingleTagSectionHandler.cs:10
System.Configuration.SingleTagSectionHandler.Create
virtual object Create(object parent, object context, XmlNode section)
Definition
SingleTagSectionHandler.cs:16
System.Configuration.SingleTagSectionHandler
Definition
SingleTagSectionHandler.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlNode
Definition
XmlNode.cs:15
System.Configuration.IConfigurationSectionHandler
Definition
IConfigurationSectionHandler.cs:8
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SingleTagSectionHandler.cs
Generated by
1.10.0