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
SettingsPropertyCollection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000456 RID: 1110
8 {
9 // Token: 0x06001E10 RID: 7696 RVA: 0x0005040C File Offset: 0x0004E60C
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006C5 RID: 1733
16 // (get) Token: 0x06001E11 RID: 7697 RVA: 0x00050420 File Offset: 0x0004E620
17 public int Count
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x170006C6 RID: 1734
26 // (get) Token: 0x06001E12 RID: 7698 RVA: 0x00050434 File Offset: 0x0004E634
27 public bool IsSynchronized
28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }
34
35 // Token: 0x170006C7 RID: 1735
36 public SettingsProperty this[string name]
37 {
38 get
39 {
40 throw new NotSupportedException();
41 }
42 }
43
44 // Token: 0x170006C8 RID: 1736
45 // (get) Token: 0x06001E14 RID: 7700 RVA: 0x0005045C File Offset: 0x0004E65C
46 public object SyncRoot
47 {
48 get
49 {
50 throw new NotSupportedException();
51 }
52 }
53
54 // Token: 0x06001E15 RID: 7701 RVA: 0x00050470 File Offset: 0x0004E670
56 {
57 throw new NotSupportedException();
58 }
59
60 // Token: 0x06001E16 RID: 7702 RVA: 0x00050484 File Offset: 0x0004E684
61 public void Clear()
62 {
63 throw new NotSupportedException();
64 }
65
66 // Token: 0x06001E17 RID: 7703 RVA: 0x00050498 File Offset: 0x0004E698
67 public object Clone()
68 {
69 throw new NotSupportedException();
70 }
71
72 // Token: 0x06001E18 RID: 7704 RVA: 0x000504AC File Offset: 0x0004E6AC
73 public void CopyTo(Array array, int index)
74 {
75 throw new NotSupportedException();
76 }
77
78 // Token: 0x06001E19 RID: 7705 RVA: 0x000504C0 File Offset: 0x0004E6C0
80 {
81 throw new NotSupportedException();
82 }
83
84 // Token: 0x06001E1A RID: 7706 RVA: 0x000504D4 File Offset: 0x0004E6D4
85 protected virtual void OnAdd(SettingsProperty property)
86 {
87 throw new NotSupportedException();
88 }
89
90 // Token: 0x06001E1B RID: 7707 RVA: 0x000504E8 File Offset: 0x0004E6E8
91 protected virtual void OnAddComplete(SettingsProperty property)
92 {
93 throw new NotSupportedException();
94 }
95
96 // Token: 0x06001E1C RID: 7708 RVA: 0x000504FC File Offset: 0x0004E6FC
97 protected virtual void OnClear()
98 {
99 throw new NotSupportedException();
100 }
101
102 // Token: 0x06001E1D RID: 7709 RVA: 0x00050510 File Offset: 0x0004E710
103 protected virtual void OnClearComplete()
104 {
105 throw new NotSupportedException();
106 }
107
108 // Token: 0x06001E1E RID: 7710 RVA: 0x00050524 File Offset: 0x0004E724
109 protected virtual void OnRemove(SettingsProperty property)
110 {
111 throw new NotSupportedException();
112 }
113
114 // Token: 0x06001E1F RID: 7711 RVA: 0x00050538 File Offset: 0x0004E738
116 {
117 throw new NotSupportedException();
118 }
119
120 // Token: 0x06001E20 RID: 7712 RVA: 0x0005054C File Offset: 0x0004E74C
121 public void Remove(string name)
122 {
123 throw new NotSupportedException();
124 }
125
126 // Token: 0x06001E21 RID: 7713 RVA: 0x00050560 File Offset: 0x0004E760
127 public void SetReadOnly()
128 {
129 throw new NotSupportedException();
130 }
131 }
132}
class f__AnonymousType0<< Count > j__TPar
virtual void OnRemoveComplete(SettingsProperty property)
virtual void OnAddComplete(SettingsProperty property)