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
SettingsPropertyValueCollection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000459 RID: 1113
8 {
9 // Token: 0x06001E3B RID: 7739 RVA: 0x00050718 File Offset: 0x0004E918
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006D3 RID: 1747
16 // (get) Token: 0x06001E3C RID: 7740 RVA: 0x0005072C File Offset: 0x0004E92C
17 public int Count
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x170006D4 RID: 1748
26 // (get) Token: 0x06001E3D RID: 7741 RVA: 0x00050740 File Offset: 0x0004E940
27 public bool IsSynchronized
28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }
34
35 // Token: 0x170006D5 RID: 1749
36 public SettingsPropertyValue this[string name]
37 {
38 get
39 {
40 throw new NotSupportedException();
41 }
42 }
43
44 // Token: 0x170006D6 RID: 1750
45 // (get) Token: 0x06001E3F RID: 7743 RVA: 0x00050768 File Offset: 0x0004E968
46 public object SyncRoot
47 {
48 get
49 {
50 throw new NotSupportedException();
51 }
52 }
53
54 // Token: 0x06001E40 RID: 7744 RVA: 0x0005077C File Offset: 0x0004E97C
56 {
57 throw new NotSupportedException();
58 }
59
60 // Token: 0x06001E41 RID: 7745 RVA: 0x00050790 File Offset: 0x0004E990
61 public void Clear()
62 {
63 throw new NotSupportedException();
64 }
65
66 // Token: 0x06001E42 RID: 7746 RVA: 0x000507A4 File Offset: 0x0004E9A4
67 public object Clone()
68 {
69 throw new NotSupportedException();
70 }
71
72 // Token: 0x06001E43 RID: 7747 RVA: 0x000507B8 File Offset: 0x0004E9B8
73 public void CopyTo(Array array, int index)
74 {
75 throw new NotSupportedException();
76 }
77
78 // Token: 0x06001E44 RID: 7748 RVA: 0x000507CC File Offset: 0x0004E9CC
80 {
81 throw new NotSupportedException();
82 }
83
84 // Token: 0x06001E45 RID: 7749 RVA: 0x000507E0 File Offset: 0x0004E9E0
85 public void Remove(string name)
86 {
87 throw new NotSupportedException();
88 }
89
90 // Token: 0x06001E46 RID: 7750 RVA: 0x000507F4 File Offset: 0x0004E9F4
91 public void SetReadOnly()
92 {
93 throw new NotSupportedException();
94 }
95 }
96}
class f__AnonymousType0<< Count > j__TPar