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
SettingElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000491 RID: 1169
6
public
sealed
class
SettingElementCollection
:
ConfigurationElementCollection
7
{
8
// Token: 0x06001FB5 RID: 8117 RVA: 0x00052458 File Offset: 0x00050658
9
public
SettingElementCollection
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x17000767 RID: 1895
15
// (get) Token: 0x06001FB6 RID: 8118 RVA: 0x0005246C File Offset: 0x0005066C
16
public
override
ConfigurationElementCollectionType
CollectionType
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
24
// Token: 0x17000768 RID: 1896
25
// (get) Token: 0x06001FB7 RID: 8119 RVA: 0x00052480 File Offset: 0x00050680
26
protected
override
string
ElementName
27
{
28
get
29
{
30
throw
new
NotSupportedException
();
31
}
32
}
33
34
// Token: 0x06001FB8 RID: 8120 RVA: 0x00052494 File Offset: 0x00050694
35
public
void
Add
(
SettingElement
element)
36
{
37
throw
new
NotSupportedException
();
38
}
39
40
// Token: 0x06001FB9 RID: 8121 RVA: 0x000524A8 File Offset: 0x000506A8
41
public
void
Clear
()
42
{
43
throw
new
NotSupportedException
();
44
}
45
46
// Token: 0x06001FBA RID: 8122 RVA: 0x000524BC File Offset: 0x000506BC
47
protected
override
ConfigurationElement
CreateNewElement
()
48
{
49
throw
new
NotSupportedException
();
50
}
51
52
// Token: 0x06001FBB RID: 8123 RVA: 0x000524D0 File Offset: 0x000506D0
53
public
SettingElement
Get
(
string
elementKey
)
54
{
55
throw
new
NotSupportedException
();
56
}
57
58
// Token: 0x06001FBC RID: 8124 RVA: 0x000524E4 File Offset: 0x000506E4
59
protected
override
object
GetElementKey
(
ConfigurationElement
element)
60
{
61
throw
new
NotSupportedException
();
62
}
63
64
// Token: 0x06001FBD RID: 8125 RVA: 0x000524F8 File Offset: 0x000506F8
65
public
void
Remove
(
SettingElement
element)
66
{
67
throw
new
NotSupportedException
();
68
}
69
}
70
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElementCollection
Definition
ConfigurationElementCollection.cs:9
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.SettingElementCollection.Remove
void Remove(SettingElement element)
Definition
SettingElementCollection.cs:65
System.Configuration.SettingElementCollection.Get
SettingElement Get(string elementKey)
Definition
SettingElementCollection.cs:53
System.Configuration.SettingElementCollection.CollectionType
override ConfigurationElementCollectionType CollectionType
Definition
SettingElementCollection.cs:17
System.Configuration.SettingElementCollection.Add
void Add(SettingElement element)
Definition
SettingElementCollection.cs:35
System.Configuration.SettingElementCollection.GetElementKey
override object GetElementKey(ConfigurationElement element)
Definition
SettingElementCollection.cs:59
System.Configuration.SettingElementCollection.ElementName
override string ElementName
Definition
SettingElementCollection.cs:27
System.Configuration.SettingElementCollection.SettingElementCollection
SettingElementCollection()
Definition
SettingElementCollection.cs:9
System.Configuration.SettingElementCollection.CreateNewElement
override ConfigurationElement CreateNewElement()
Definition
SettingElementCollection.cs:47
System.Configuration.SettingElementCollection.Clear
void Clear()
Definition
SettingElementCollection.cs:41
System.Configuration.SettingElementCollection
Definition
SettingElementCollection.cs:7
System.Configuration.SettingElement
Definition
SettingElement.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.ConfigurationElementCollectionType
ConfigurationElementCollectionType
Definition
ConfigurationElementCollectionType.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingElementCollection.cs
Generated by
1.10.0