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
DictionarySectionHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x02000497 RID: 1175
7
public
class
DictionarySectionHandler
:
IConfigurationSectionHandler
8
{
9
// Token: 0x06001FDC RID: 8156 RVA: 0x00052760 File Offset: 0x00050960
10
public
DictionarySectionHandler
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000773 RID: 1907
16
// (get) Token: 0x06001FDD RID: 8157 RVA: 0x00052774 File Offset: 0x00050974
17
protected
virtual
string
KeyAttributeName
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x17000774 RID: 1908
26
// (get) Token: 0x06001FDE RID: 8158 RVA: 0x00052788 File Offset: 0x00050988
27
protected
virtual
string
ValueAttributeName
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x06001FDF RID: 8159 RVA: 0x0005279C File Offset: 0x0005099C
36
public
virtual
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.DictionarySectionHandler.ValueAttributeName
virtual string ValueAttributeName
Definition
DictionarySectionHandler.cs:28
System.Configuration.DictionarySectionHandler.DictionarySectionHandler
DictionarySectionHandler()
Definition
DictionarySectionHandler.cs:10
System.Configuration.DictionarySectionHandler.Create
virtual object Create(object parent, object context, XmlNode section)
Definition
DictionarySectionHandler.cs:36
System.Configuration.DictionarySectionHandler.KeyAttributeName
virtual string KeyAttributeName
Definition
DictionarySectionHandler.cs:18
System.Configuration.DictionarySectionHandler
Definition
DictionarySectionHandler.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
DictionarySectionHandler.cs
Generated by
1.10.0