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
ConfigurationSection.cs
Go to the documentation of this file.
1using System;
2using System.Xml;
3
5{
6 // Token: 0x02000005 RID: 5
8 {
9 // Token: 0x0600000B RID: 11 RVA: 0x00002118 File Offset: 0x00000318
10 protected internal virtual void DeserializeSection(XmlReader reader)
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x0600000C RID: 12 RVA: 0x0000212C File Offset: 0x0000032C
16 protected internal override bool IsModified()
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x0600000D RID: 13 RVA: 0x00002140 File Offset: 0x00000340
22 protected internal override void ResetModified()
23 {
24 throw new NotSupportedException();
25 }
26
27 // Token: 0x0600000E RID: 14 RVA: 0x00002154 File Offset: 0x00000354
29 {
30 throw new NotSupportedException();
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
virtual void DeserializeSection(XmlReader reader)
virtual string SerializeSection(ConfigurationElement parentElement, string name, ConfigurationSaveMode saveMode)