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
IgnoreSection.cs
Go to the documentation of this file.
1using System;
2using System.Xml;
3
5{
6 // Token: 0x0200000D RID: 13
7 public sealed class IgnoreSection : ConfigurationSection
8 {
9 // Token: 0x0600001A RID: 26 RVA: 0x00002218 File Offset: 0x00000418
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x17000009 RID: 9
16 // (get) Token: 0x0600001B RID: 27 RVA: 0x0000222C File Offset: 0x0000042C
17 protected internal override ConfigurationPropertyCollection Properties
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x0600001C RID: 28 RVA: 0x00002240 File Offset: 0x00000440
26 protected internal override void DeserializeSection(XmlReader xmlReader)
27 {
28 throw new NotSupportedException();
29 }
30
31 // Token: 0x0600001D RID: 29 RVA: 0x00002254 File Offset: 0x00000454
32 protected internal override bool IsModified()
33 {
34 throw new NotSupportedException();
35 }
36
37 // Token: 0x0600001E RID: 30 RVA: 0x00002268 File Offset: 0x00000468
38 protected internal override void Reset(ConfigurationElement parentSection)
39 {
40 throw new NotSupportedException();
41 }
42
43 // Token: 0x0600001F RID: 31 RVA: 0x0000227C File Offset: 0x0000047C
44 protected internal override void ResetModified()
45 {
46 throw new NotSupportedException();
47 }
48
49 // Token: 0x06000020 RID: 32 RVA: 0x00002290 File Offset: 0x00000490
51 {
52 throw new NotSupportedException();
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
override ConfigurationPropertyCollection Properties
override void Reset(ConfigurationElement parentSection)
override string SerializeSection(ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode)
override void DeserializeSection(XmlReader xmlReader)