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
WebRequestModuleElementCollection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000483 RID: 1155
7 [ConfigurationCollection(typeof(WebRequestModuleElement))]
9 {
10 // Token: 0x06001F66 RID: 8038 RVA: 0x00051E34 File Offset: 0x00050034
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x06001F67 RID: 8039 RVA: 0x00051E48 File Offset: 0x00050048
18 {
19 throw new NotSupportedException();
20 }
21
22 // Token: 0x06001F68 RID: 8040 RVA: 0x00051E5C File Offset: 0x0005005C
24 {
25 throw new NotSupportedException();
26 }
27
28 // Token: 0x17000756 RID: 1878
29 public WebRequestModuleElement this[string name]
30 {
31 get
32 {
33 throw new NotSupportedException();
34 }
35 set
36 {
37 throw new NotSupportedException();
38 }
39 }
40
41 // Token: 0x06001F6B RID: 8043 RVA: 0x00051E98 File Offset: 0x00050098
42 public void Add(WebRequestModuleElement element)
43 {
44 throw new NotSupportedException();
45 }
46
47 // Token: 0x06001F6C RID: 8044 RVA: 0x00051EAC File Offset: 0x000500AC
48 public void Clear()
49 {
50 throw new NotSupportedException();
51 }
52
53 // Token: 0x06001F6D RID: 8045 RVA: 0x00051EC0 File Offset: 0x000500C0
55 {
56 throw new NotSupportedException();
57 }
58
59 // Token: 0x06001F6E RID: 8046 RVA: 0x00051ED4 File Offset: 0x000500D4
60 protected override object GetElementKey(ConfigurationElement element)
61 {
62 throw new NotSupportedException();
63 }
64
65 // Token: 0x06001F6F RID: 8047 RVA: 0x00051EE8 File Offset: 0x000500E8
66 public int IndexOf(WebRequestModuleElement element)
67 {
68 throw new NotSupportedException();
69 }
70
71 // Token: 0x06001F70 RID: 8048 RVA: 0x00051EFC File Offset: 0x000500FC
72 public void Remove(WebRequestModuleElement element)
73 {
74 throw new NotSupportedException();
75 }
76
77 // Token: 0x06001F71 RID: 8049 RVA: 0x00051F10 File Offset: 0x00050110
78 public void Remove(string name)
79 {
80 throw new NotSupportedException();
81 }
82
83 // Token: 0x06001F72 RID: 8050 RVA: 0x00051F24 File Offset: 0x00050124
84 public void RemoveAt(int index)
85 {
86 throw new NotSupportedException();
87 }
88 }
89}
class f__AnonymousType0<< Count > j__TPar