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.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x02000456 RID: 1110
7
public
class
SettingsPropertyCollection
:
ICollection
,
IEnumerable
,
ICloneable
8
{
9
// Token: 0x06001E10 RID: 7696 RVA: 0x0005040C File Offset: 0x0004E60C
10
public
SettingsPropertyCollection
()
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
55
public
void
Add
(
SettingsProperty
property
)
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
79
public
IEnumerator
GetEnumerator
()
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
115
protected
virtual
void
OnRemoveComplete
(
SettingsProperty
property
)
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Array
Definition
Array.cs:14
System.Configuration.SettingsPropertyCollection.OnClear
virtual void OnClear()
Definition
SettingsPropertyCollection.cs:97
System.Configuration.SettingsPropertyCollection.OnAdd
virtual void OnAdd(SettingsProperty property)
Definition
SettingsPropertyCollection.cs:85
System.Configuration.SettingsPropertyCollection.Clone
object Clone()
Definition
SettingsPropertyCollection.cs:67
System.Configuration.SettingsPropertyCollection.Remove
void Remove(string name)
Definition
SettingsPropertyCollection.cs:121
System.Configuration.SettingsPropertyCollection.SetReadOnly
void SetReadOnly()
Definition
SettingsPropertyCollection.cs:127
System.Configuration.SettingsPropertyCollection.Clear
void Clear()
Definition
SettingsPropertyCollection.cs:61
System.Configuration.SettingsPropertyCollection.Count
int Count
Definition
SettingsPropertyCollection.cs:18
System.Configuration.SettingsPropertyCollection.Add
void Add(SettingsProperty property)
Definition
SettingsPropertyCollection.cs:55
System.Configuration.SettingsPropertyCollection.CopyTo
void CopyTo(Array array, int index)
Definition
SettingsPropertyCollection.cs:73
System.Configuration.SettingsPropertyCollection.GetEnumerator
IEnumerator GetEnumerator()
Definition
SettingsPropertyCollection.cs:79
System.Configuration.SettingsPropertyCollection.OnRemoveComplete
virtual void OnRemoveComplete(SettingsProperty property)
Definition
SettingsPropertyCollection.cs:115
System.Configuration.SettingsPropertyCollection.SettingsPropertyCollection
SettingsPropertyCollection()
Definition
SettingsPropertyCollection.cs:10
System.Configuration.SettingsPropertyCollection.OnClearComplete
virtual void OnClearComplete()
Definition
SettingsPropertyCollection.cs:103
System.Configuration.SettingsPropertyCollection.SyncRoot
object SyncRoot
Definition
SettingsPropertyCollection.cs:47
System.Configuration.SettingsPropertyCollection.OnAddComplete
virtual void OnAddComplete(SettingsProperty property)
Definition
SettingsPropertyCollection.cs:91
System.Configuration.SettingsPropertyCollection.IsSynchronized
bool IsSynchronized
Definition
SettingsPropertyCollection.cs:28
System.Configuration.SettingsPropertyCollection.OnRemove
virtual void OnRemove(SettingsProperty property)
Definition
SettingsPropertyCollection.cs:109
System.Configuration.SettingsPropertyCollection
Definition
SettingsPropertyCollection.cs:8
System.Configuration.SettingsProperty
Definition
SettingsProperty.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.IEnumerator
Definition
IEnumerator.cs:7
System.ICloneable
Definition
ICloneable.cs:7
System.Collections
Definition
ArrayList.cs:6
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.index
@ index
System.ExceptionArgument.name
@ name
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsPropertyCollection.cs
Generated by
1.10.0