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
Ipv6Element.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000474 RID: 1140
7 public sealed class Ipv6Element : ConfigurationElement
8 {
9 // Token: 0x06001EE9 RID: 7913 RVA: 0x00051470 File Offset: 0x0004F670
10 public Ipv6Element()
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x17000712 RID: 1810
16 // (get) Token: 0x06001EEA RID: 7914 RVA: 0x00051484 File Offset: 0x0004F684
17 // (set) Token: 0x06001EEB RID: 7915 RVA: 0x00051498 File Offset: 0x0004F698
18 public bool Enabled
19 {
20 get
21 {
22 throw new NotSupportedException();
23 }
24 set
25 {
26 throw new NotSupportedException();
27 }
28 }
29
30 // Token: 0x17000713 RID: 1811
31 // (get) Token: 0x06001EEC RID: 7916 RVA: 0x000514AC File Offset: 0x0004F6AC
33 {
34 get
35 {
36 throw new NotSupportedException();
37 }
38 }
39 }
40}
override ConfigurationPropertyCollection Properties