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
BypassElementCollection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000465 RID: 1125
7 [ConfigurationCollection(typeof(BypassElement))]
9 {
10 // Token: 0x06001E80 RID: 7808 RVA: 0x00050C3C File Offset: 0x0004EE3C
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x06001E81 RID: 7809 RVA: 0x00050C50 File Offset: 0x0004EE50
18 {
19 throw new NotSupportedException();
20 }
21
22 // Token: 0x06001E82 RID: 7810 RVA: 0x00050C64 File Offset: 0x0004EE64
24 {
25 throw new NotSupportedException();
26 }
27
28 // Token: 0x170006E6 RID: 1766
29 public BypassElement this[string name]
30 {
31 get
32 {
33 throw new NotSupportedException();
34 }
35 set
36 {
37 throw new NotSupportedException();
38 }
39 }
40
41 // Token: 0x170006E7 RID: 1767
42 // (get) Token: 0x06001E85 RID: 7813 RVA: 0x00050CA0 File Offset: 0x0004EEA0
43 protected override bool ThrowOnDuplicate
44 {
45 get
46 {
47 throw new NotSupportedException();
48 }
49 }
50
51 // Token: 0x06001E86 RID: 7814 RVA: 0x00050CB4 File Offset: 0x0004EEB4
52 public void Add(BypassElement element)
53 {
54 throw new NotSupportedException();
55 }
56
57 // Token: 0x06001E87 RID: 7815 RVA: 0x00050CC8 File Offset: 0x0004EEC8
58 public void Clear()
59 {
60 throw new NotSupportedException();
61 }
62
63 // Token: 0x06001E88 RID: 7816 RVA: 0x00050CDC File Offset: 0x0004EEDC
65 {
66 throw new NotSupportedException();
67 }
68
69 // Token: 0x06001E89 RID: 7817 RVA: 0x00050CF0 File Offset: 0x0004EEF0
70 protected override object GetElementKey(ConfigurationElement element)
71 {
72 throw new NotSupportedException();
73 }
74
75 // Token: 0x06001E8A RID: 7818 RVA: 0x00050D04 File Offset: 0x0004EF04
76 public int IndexOf(BypassElement element)
77 {
78 throw new NotSupportedException();
79 }
80
81 // Token: 0x06001E8B RID: 7819 RVA: 0x00050D18 File Offset: 0x0004EF18
82 public void Remove(BypassElement element)
83 {
84 throw new NotSupportedException();
85 }
86
87 // Token: 0x06001E8C RID: 7820 RVA: 0x00050D2C File Offset: 0x0004EF2C
88 public void Remove(string name)
89 {
90 throw new NotSupportedException();
91 }
92
93 // Token: 0x06001E8D RID: 7821 RVA: 0x00050D40 File Offset: 0x0004EF40
94 public void RemoveAt(int index)
95 {
96 throw new NotSupportedException();
97 }
98 }
99}
class f__AnonymousType0<< Count > j__TPar
override object GetElementKey(ConfigurationElement element)