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
NameValueSectionHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x020004A0 RID: 1184
7
public
class
NameValueSectionHandler
:
IConfigurationSectionHandler
8
{
9
// Token: 0x06001FFF RID: 8191 RVA: 0x00052954 File Offset: 0x00050B54
10
public
NameValueSectionHandler
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x1700077C RID: 1916
16
// (get) Token: 0x06002000 RID: 8192 RVA: 0x00052968 File Offset: 0x00050B68
17
protected
virtual
string
KeyAttributeName
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x1700077D RID: 1917
26
// (get) Token: 0x06002001 RID: 8193 RVA: 0x0005297C File Offset: 0x00050B7C
27
protected
virtual
string
ValueAttributeName
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x06002002 RID: 8194 RVA: 0x00052990 File Offset: 0x00050B90
36
public
object
Create
(
object
parent,
object
context,
XmlNode
section
)
37
{
38
throw
new
NotSupportedException
();
39
}
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.NameValueSectionHandler.NameValueSectionHandler
NameValueSectionHandler()
Definition
NameValueSectionHandler.cs:10
System.Configuration.NameValueSectionHandler.Create
object Create(object parent, object context, XmlNode section)
Definition
NameValueSectionHandler.cs:36
System.Configuration.NameValueSectionHandler.ValueAttributeName
virtual string ValueAttributeName
Definition
NameValueSectionHandler.cs:28
System.Configuration.NameValueSectionHandler.KeyAttributeName
virtual string KeyAttributeName
Definition
NameValueSectionHandler.cs:18
System.Configuration.NameValueSectionHandler
Definition
NameValueSectionHandler.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
NameValueSectionHandler.cs
Generated by
1.10.0