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.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x02000459 RID: 1113
7
public
class
SettingsPropertyValueCollection
:
ICollection
,
IEnumerable
,
ICloneable
8
{
9
// Token: 0x06001E3B RID: 7739 RVA: 0x00050718 File Offset: 0x0004E918
10
public
SettingsPropertyValueCollection
()
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
55
public
void
Add
(
SettingsPropertyValue
property
)
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
79
public
IEnumerator
GetEnumerator
()
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Array
Definition
Array.cs:14
System.Configuration.SettingsPropertyValueCollection.SetReadOnly
void SetReadOnly()
Definition
SettingsPropertyValueCollection.cs:91
System.Configuration.SettingsPropertyValueCollection.Count
int Count
Definition
SettingsPropertyValueCollection.cs:18
System.Configuration.SettingsPropertyValueCollection.CopyTo
void CopyTo(Array array, int index)
Definition
SettingsPropertyValueCollection.cs:73
System.Configuration.SettingsPropertyValueCollection.SyncRoot
object SyncRoot
Definition
SettingsPropertyValueCollection.cs:47
System.Configuration.SettingsPropertyValueCollection.Clear
void Clear()
Definition
SettingsPropertyValueCollection.cs:61
System.Configuration.SettingsPropertyValueCollection.Clone
object Clone()
Definition
SettingsPropertyValueCollection.cs:67
System.Configuration.SettingsPropertyValueCollection.GetEnumerator
IEnumerator GetEnumerator()
Definition
SettingsPropertyValueCollection.cs:79
System.Configuration.SettingsPropertyValueCollection.Add
void Add(SettingsPropertyValue property)
Definition
SettingsPropertyValueCollection.cs:55
System.Configuration.SettingsPropertyValueCollection.SettingsPropertyValueCollection
SettingsPropertyValueCollection()
Definition
SettingsPropertyValueCollection.cs:10
System.Configuration.SettingsPropertyValueCollection.IsSynchronized
bool IsSynchronized
Definition
SettingsPropertyValueCollection.cs:28
System.Configuration.SettingsPropertyValueCollection.Remove
void Remove(string name)
Definition
SettingsPropertyValueCollection.cs:85
System.Configuration.SettingsPropertyValueCollection
Definition
SettingsPropertyValueCollection.cs:8
System.Configuration.SettingsPropertyValue
Definition
SettingsPropertyValue.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
SettingsPropertyValueCollection.cs
Generated by
1.10.0