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
SettingElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000492 RID: 1170
6
public
sealed
class
SettingElement
:
ConfigurationElement
7
{
8
// Token: 0x06001FBE RID: 8126 RVA: 0x0005250C File Offset: 0x0005070C
9
public
SettingElement
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x06001FBF RID: 8127 RVA: 0x00052520 File Offset: 0x00050720
15
public
SettingElement
(
string
name
,
SettingsSerializeAs
serializeAs
)
16
{
17
throw
new
NotSupportedException
();
18
}
19
20
// Token: 0x17000769 RID: 1897
21
// (get) Token: 0x06001FC0 RID: 8128 RVA: 0x00052534 File Offset: 0x00050734
22
// (set) Token: 0x06001FC1 RID: 8129 RVA: 0x00052548 File Offset: 0x00050748
23
public
string
Name
24
{
25
get
26
{
27
throw
new
NotSupportedException
();
28
}
29
set
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x1700076A RID: 1898
36
// (get) Token: 0x06001FC2 RID: 8130 RVA: 0x0005255C File Offset: 0x0005075C
37
protected
override
ConfigurationPropertyCollection
Properties
38
{
39
get
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x1700076B RID: 1899
46
// (get) Token: 0x06001FC3 RID: 8131 RVA: 0x00052570 File Offset: 0x00050770
47
// (set) Token: 0x06001FC4 RID: 8132 RVA: 0x00052584 File Offset: 0x00050784
48
public
SettingsSerializeAs
SerializeAs
49
{
50
get
51
{
52
throw
new
NotSupportedException
();
53
}
54
set
55
{
56
throw
new
NotSupportedException
();
57
}
58
}
59
60
// Token: 0x1700076C RID: 1900
61
// (get) Token: 0x06001FC5 RID: 8133 RVA: 0x00052598 File Offset: 0x00050798
62
// (set) Token: 0x06001FC6 RID: 8134 RVA: 0x000525AC File Offset: 0x000507AC
63
public
SettingValueElement
Value
64
{
65
get
66
{
67
throw
new
NotSupportedException
();
68
}
69
set
70
{
71
throw
new
NotSupportedException
();
72
}
73
}
74
}
75
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.SettingElement.Value
SettingValueElement Value
Definition
SettingElement.cs:64
System.Configuration.SettingElement.SettingElement
SettingElement()
Definition
SettingElement.cs:9
System.Configuration.SettingElement.Name
string Name
Definition
SettingElement.cs:24
System.Configuration.SettingElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SettingElement.cs:38
System.Configuration.SettingElement.SettingElement
SettingElement(string name, SettingsSerializeAs serializeAs)
Definition
SettingElement.cs:15
System.Configuration.SettingElement.SerializeAs
SettingsSerializeAs SerializeAs
Definition
SettingElement.cs:49
System.Configuration.SettingElement
Definition
SettingElement.cs:7
System.Configuration.SettingValueElement
Definition
SettingValueElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.SettingsSerializeAs
SettingsSerializeAs
Definition
SettingsSerializeAs.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingElement.cs
Generated by
1.10.0