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
ConfigurationElement.cs
Go to the documentation of this file.
1using System;
3using System.Xml;
4
6{
7 // Token: 0x02000003 RID: 3
8 [DefaultMember("Item")]
9 public abstract class ConfigurationElement
10 {
11 // Token: 0x17000001 RID: 1
12 // (get) Token: 0x06000002 RID: 2 RVA: 0x00002064 File Offset: 0x00000264
14 {
15 get
16 {
17 throw new NotSupportedException();
18 }
19 }
20
21 // Token: 0x06000003 RID: 3 RVA: 0x00002078 File Offset: 0x00000278
22 protected internal virtual void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
23 {
24 throw new NotSupportedException();
25 }
26
27 // Token: 0x06000004 RID: 4 RVA: 0x0000208C File Offset: 0x0000028C
28 protected internal virtual void InitializeDefault()
29 {
30 throw new NotSupportedException();
31 }
32
33 // Token: 0x06000005 RID: 5 RVA: 0x000020A0 File Offset: 0x000002A0
34 protected internal virtual bool IsModified()
35 {
36 throw new NotSupportedException();
37 }
38
39 // Token: 0x06000006 RID: 6 RVA: 0x000020B4 File Offset: 0x000002B4
40 protected virtual void PostDeserialize()
41 {
42 throw new NotSupportedException();
43 }
44
45 // Token: 0x06000007 RID: 7 RVA: 0x000020C8 File Offset: 0x000002C8
46 protected internal virtual void Reset(ConfigurationElement parentElement)
47 {
48 throw new NotSupportedException();
49 }
50
51 // Token: 0x06000008 RID: 8 RVA: 0x000020DC File Offset: 0x000002DC
52 protected internal virtual void ResetModified()
53 {
54 throw new NotSupportedException();
55 }
56
57 // Token: 0x06000009 RID: 9 RVA: 0x000020F0 File Offset: 0x000002F0
58 protected internal virtual bool SerializeToXmlElement(XmlWriter writer, string elementName)
59 {
60 throw new NotSupportedException();
61 }
62
63 // Token: 0x0600000A RID: 10 RVA: 0x00002104 File Offset: 0x00000304
68 }
69}
class f__AnonymousType0<< Count > j__TPar
virtual void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
virtual void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
virtual bool SerializeToXmlElement(XmlWriter writer, string elementName)
virtual ConfigurationPropertyCollection Properties
virtual void Reset(ConfigurationElement parentElement)