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
SchemeSettingElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004A3 RID: 1187
6
[
ConfigurationCollection
(
typeof
(SchemeSettingElement), CollectionType = 1, AddItemName =
"add"
, ClearItemsName =
"clear"
, RemoveItemName =
"remove"
)]
7
public
sealed
class
SchemeSettingElementCollection
:
ConfigurationElementCollection
8
{
9
// Token: 0x06002008 RID: 8200 RVA: 0x00052A04 File Offset: 0x00050C04
10
public
SchemeSettingElementCollection
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000781 RID: 1921
16
// (get) Token: 0x06002009 RID: 8201 RVA: 0x00052A18 File Offset: 0x00050C18
17
public
override
ConfigurationElementCollectionType
CollectionType
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x0600200A RID: 8202 RVA: 0x00052A2C File Offset: 0x00050C2C
26
public
SchemeSettingElement
get_Item
(
int
index
)
27
{
28
throw
new
NotSupportedException
();
29
}
30
31
// Token: 0x17000782 RID: 1922
32
public
SchemeSettingElement
this
[
string
name
]
33
{
34
get
35
{
36
throw
new
NotSupportedException
();
37
}
38
}
39
40
// Token: 0x0600200C RID: 8204 RVA: 0x00052A54 File Offset: 0x00050C54
41
protected
override
ConfigurationElement
CreateNewElement
()
42
{
43
throw
new
NotSupportedException
();
44
}
45
46
// Token: 0x0600200D RID: 8205 RVA: 0x00052A68 File Offset: 0x00050C68
47
protected
override
object
GetElementKey
(
ConfigurationElement
element)
48
{
49
throw
new
NotSupportedException
();
50
}
51
52
// Token: 0x0600200E RID: 8206 RVA: 0x00052A7C File Offset: 0x00050C7C
53
public
int
IndexOf
(
SchemeSettingElement
element)
54
{
55
throw
new
NotSupportedException
();
56
}
57
}
58
}
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.SchemeSettingElementCollection.IndexOf
int IndexOf(SchemeSettingElement element)
Definition
SchemeSettingElementCollection.cs:53
System.Configuration.SchemeSettingElementCollection.GetElementKey
override object GetElementKey(ConfigurationElement element)
Definition
SchemeSettingElementCollection.cs:47
System.Configuration.SchemeSettingElementCollection.CollectionType
override ConfigurationElementCollectionType CollectionType
Definition
SchemeSettingElementCollection.cs:18
System.Configuration.SchemeSettingElementCollection.SchemeSettingElementCollection
SchemeSettingElementCollection()
Definition
SchemeSettingElementCollection.cs:10
System.Configuration.SchemeSettingElementCollection.CreateNewElement
override ConfigurationElement CreateNewElement()
Definition
SchemeSettingElementCollection.cs:41
System.Configuration.SchemeSettingElementCollection.get_Item
SchemeSettingElement get_Item(int index)
Definition
SchemeSettingElementCollection.cs:26
System.Configuration.SchemeSettingElementCollection
Definition
SchemeSettingElementCollection.cs:8
System.Configuration.SchemeSettingElement
Definition
SchemeSettingElement.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.ConfigurationElementCollectionType
ConfigurationElementCollectionType
Definition
ConfigurationElementCollectionType.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.index
@ index
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
Configuration
SchemeSettingElementCollection.cs
Generated by
1.10.0