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.
1using System;
2using System.Xml;
3
5{
6 // Token: 0x02000493 RID: 1171
8 {
9 // Token: 0x06001FC7 RID: 8135 RVA: 0x000525C0 File Offset: 0x000507C0
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x1700076D RID: 1901
16 // (get) Token: 0x06001FC8 RID: 8136 RVA: 0x000525D4 File Offset: 0x000507D4
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
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
75 }
76}
class f__AnonymousType0<< Count > j__TPar
override ConfigurationPropertyCollection Properties
override void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
override void Reset(ConfigurationElement parentElement)
override bool SerializeToXmlElement(XmlWriter writer, string elementName)
override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)