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
ModuleElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200046A RID: 1130
7 public sealed class ModuleElement : ConfigurationElement
8 {
9 // Token: 0x06001EB0 RID: 7856 RVA: 0x00050FFC File Offset: 0x0004F1FC
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006F4 RID: 1780
16 // (get) Token: 0x06001EB1 RID: 7857 RVA: 0x00051010 File Offset: 0x0004F210
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x170006F5 RID: 1781
26 // (get) Token: 0x06001EB2 RID: 7858 RVA: 0x00051024 File Offset: 0x0004F224
27 // (set) Token: 0x06001EB3 RID: 7859 RVA: 0x00051038 File Offset: 0x0004F238
28 public string Type
29 {
30 get
31 {
32 throw new NotSupportedException();
33 }
34 set
35 {
36 throw new NotSupportedException();
37 }
38 }
39 }
40}
override ConfigurationPropertyCollection Properties