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
SettingElement.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000492 RID: 1170
6 public sealed class SettingElement : ConfigurationElement
7 {
8 // Token: 0x06001FBE RID: 8126 RVA: 0x0005250C File Offset: 0x0005070C
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x06001FBF RID: 8127 RVA: 0x00052520 File Offset: 0x00050720
16 {
17 throw new NotSupportedException();
18 }
19
20 // Token: 0x17000769 RID: 1897
21 // (get) Token: 0x06001FC0 RID: 8128 RVA: 0x00052534 File Offset: 0x00050734
22 // (set) Token: 0x06001FC1 RID: 8129 RVA: 0x00052548 File Offset: 0x00050748
23 public string Name
24 {
25 get
26 {
27 throw new NotSupportedException();
28 }
29 set
30 {
31 throw new NotSupportedException();
32 }
33 }
34
35 // Token: 0x1700076A RID: 1898
36 // (get) Token: 0x06001FC2 RID: 8130 RVA: 0x0005255C File Offset: 0x0005075C
38 {
39 get
40 {
41 throw new NotSupportedException();
42 }
43 }
44
45 // Token: 0x1700076B RID: 1899
46 // (get) Token: 0x06001FC3 RID: 8131 RVA: 0x00052570 File Offset: 0x00050770
47 // (set) Token: 0x06001FC4 RID: 8132 RVA: 0x00052584 File Offset: 0x00050784
49 {
50 get
51 {
52 throw new NotSupportedException();
53 }
54 set
55 {
56 throw new NotSupportedException();
57 }
58 }
59
60 // Token: 0x1700076C RID: 1900
61 // (get) Token: 0x06001FC5 RID: 8133 RVA: 0x00052598 File Offset: 0x00050798
62 // (set) Token: 0x06001FC6 RID: 8134 RVA: 0x000525AC File Offset: 0x000507AC
64 {
65 get
66 {
67 throw new NotSupportedException();
68 }
69 set
70 {
71 throw new NotSupportedException();
72 }
73 }
74 }
75}
class f__AnonymousType0<< Count > j__TPar
override ConfigurationPropertyCollection Properties
SettingElement(string name, SettingsSerializeAs serializeAs)