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
IdnElement.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000499 RID: 1177
6 public sealed class IdnElement : ConfigurationElement
7 {
8 // Token: 0x06001FE2 RID: 8162 RVA: 0x000527B0 File Offset: 0x000509B0
9 public IdnElement()
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x17000775 RID: 1909
15 // (get) Token: 0x06001FE3 RID: 8163 RVA: 0x000527C4 File Offset: 0x000509C4
16 // (set) Token: 0x06001FE4 RID: 8164 RVA: 0x000527D8 File Offset: 0x000509D8
17 public global::System.UriIdnScope Enabled
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 set
24 {
25 throw new NotSupportedException();
26 }
27 }
28
29 // Token: 0x17000776 RID: 1910
30 // (get) Token: 0x06001FE5 RID: 8165 RVA: 0x000527EC File Offset: 0x000509EC
32 {
33 get
34 {
35 throw new NotSupportedException();
36 }
37 }
38 }
39}
global::System.UriIdnScope Enabled
Definition IdnElement.cs:18
override ConfigurationPropertyCollection Properties
Definition IdnElement.cs:32