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
SettingValueElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x02000493 RID: 1171
7
public
sealed
class
SettingValueElement
:
ConfigurationElement
8
{
9
// Token: 0x06001FC7 RID: 8135 RVA: 0x000525C0 File Offset: 0x000507C0
10
public
SettingValueElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x1700076D RID: 1901
16
// (get) Token: 0x06001FC8 RID: 8136 RVA: 0x000525D4 File Offset: 0x000507D4
17
protected
override
ConfigurationPropertyCollection
Properties
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x1700076E RID: 1902
26
// (get) Token: 0x06001FC9 RID: 8137 RVA: 0x000525E8 File Offset: 0x000507E8
27
// (set) Token: 0x06001FCA RID: 8138 RVA: 0x000525FC File Offset: 0x000507FC
28
public
XmlNode
ValueXml
29
{
30
get
31
{
32
throw
new
NotSupportedException
();
33
}
34
set
35
{
36
throw
new
NotSupportedException
();
37
}
38
}
39
40
// Token: 0x06001FCB RID: 8139 RVA: 0x00052610 File Offset: 0x00050810
41
protected
override
void
DeserializeElement
(
XmlReader
reader,
bool
serializeCollectionKey
)
42
{
43
throw
new
NotSupportedException
();
44
}
45
46
// Token: 0x06001FCC RID: 8140 RVA: 0x00052624 File Offset: 0x00050824
47
protected
override
bool
IsModified
()
48
{
49
throw
new
NotSupportedException
();
50
}
51
52
// Token: 0x06001FCD RID: 8141 RVA: 0x00052638 File Offset: 0x00050838
53
protected
override
void
Reset
(
ConfigurationElement
parentElement
)
54
{
55
throw
new
NotSupportedException
();
56
}
57
58
// Token: 0x06001FCE RID: 8142 RVA: 0x0005264C File Offset: 0x0005084C
59
protected
override
void
ResetModified
()
60
{
61
throw
new
NotSupportedException
();
62
}
63
64
// Token: 0x06001FCF RID: 8143 RVA: 0x00052660 File Offset: 0x00050860
65
protected
override
bool
SerializeToXmlElement
(
XmlWriter
writer,
string
elementName)
66
{
67
throw
new
NotSupportedException
();
68
}
69
70
// Token: 0x06001FD0 RID: 8144 RVA: 0x00052674 File Offset: 0x00050874
71
protected
override
void
Unmerge
(
ConfigurationElement
sourceElement
,
ConfigurationElement
parentElement
,
ConfigurationSaveMode
saveMode
)
72
{
73
throw
new
NotSupportedException
();
74
}
75
}
76
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.SettingValueElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SettingValueElement.cs:18
System.Configuration.SettingValueElement.Unmerge
override void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
Definition
SettingValueElement.cs:71
System.Configuration.SettingValueElement.SettingValueElement
SettingValueElement()
Definition
SettingValueElement.cs:10
System.Configuration.SettingValueElement.Reset
override void Reset(ConfigurationElement parentElement)
Definition
SettingValueElement.cs:53
System.Configuration.SettingValueElement.IsModified
override bool IsModified()
Definition
SettingValueElement.cs:47
System.Configuration.SettingValueElement.ResetModified
override void ResetModified()
Definition
SettingValueElement.cs:59
System.Configuration.SettingValueElement.SerializeToXmlElement
override bool SerializeToXmlElement(XmlWriter writer, string elementName)
Definition
SettingValueElement.cs:65
System.Configuration.SettingValueElement.DeserializeElement
override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
Definition
SettingValueElement.cs:41
System.Configuration.SettingValueElement.ValueXml
XmlNode ValueXml
Definition
SettingValueElement.cs:29
System.Configuration.SettingValueElement
Definition
SettingValueElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlNode
Definition
XmlNode.cs:15
System.Xml.XmlReader
Definition
XmlReader.cs:15
System.Xml.XmlWriter
Definition
XmlWriter.cs:8
System.Configuration.ConfigurationSaveMode
ConfigurationSaveMode
Definition
ConfigurationSaveMode.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingValueElement.cs
Generated by
1.10.0