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
ConnectionManagementElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000467 RID: 1127
7
[
ConfigurationCollection
(
typeof
(ConnectionManagementElement))]
8
public
sealed
class
ConnectionManagementElementCollection
:
ConfigurationElementCollection
9
{
10
// Token: 0x06001E95 RID: 7829 RVA: 0x00050DE0 File Offset: 0x0004EFE0
11
public
ConnectionManagementElementCollection
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x06001E96 RID: 7830 RVA: 0x00050DF4 File Offset: 0x0004EFF4
17
public
ConnectionManagementElement
get_Item
(
int
index
)
18
{
19
throw
new
NotSupportedException
();
20
}
21
22
// Token: 0x06001E97 RID: 7831 RVA: 0x00050E08 File Offset: 0x0004F008
23
public
void
set_Item
(
int
index
,
ConnectionManagementElement
value
)
24
{
25
throw
new
NotSupportedException
();
26
}
27
28
// Token: 0x170006EB RID: 1771
29
public
ConnectionManagementElement
this
[
string
name
]
30
{
31
get
32
{
33
throw
new
NotSupportedException
();
34
}
35
set
36
{
37
throw
new
NotSupportedException
();
38
}
39
}
40
41
// Token: 0x06001E9A RID: 7834 RVA: 0x00050E44 File Offset: 0x0004F044
42
public
void
Add
(
ConnectionManagementElement
element)
43
{
44
throw
new
NotSupportedException
();
45
}
46
47
// Token: 0x06001E9B RID: 7835 RVA: 0x00050E58 File Offset: 0x0004F058
48
public
void
Clear
()
49
{
50
throw
new
NotSupportedException
();
51
}
52
53
// Token: 0x06001E9C RID: 7836 RVA: 0x00050E6C File Offset: 0x0004F06C
54
protected
override
ConfigurationElement
CreateNewElement
()
55
{
56
throw
new
NotSupportedException
();
57
}
58
59
// Token: 0x06001E9D RID: 7837 RVA: 0x00050E80 File Offset: 0x0004F080
60
protected
override
object
GetElementKey
(
ConfigurationElement
element)
61
{
62
throw
new
NotSupportedException
();
63
}
64
65
// Token: 0x06001E9E RID: 7838 RVA: 0x00050E94 File Offset: 0x0004F094
66
public
int
IndexOf
(
ConnectionManagementElement
element)
67
{
68
throw
new
NotSupportedException
();
69
}
70
71
// Token: 0x06001E9F RID: 7839 RVA: 0x00050EA8 File Offset: 0x0004F0A8
72
public
void
Remove
(
ConnectionManagementElement
element)
73
{
74
throw
new
NotSupportedException
();
75
}
76
77
// Token: 0x06001EA0 RID: 7840 RVA: 0x00050EBC File Offset: 0x0004F0BC
78
public
void
Remove
(
string
name
)
79
{
80
throw
new
NotSupportedException
();
81
}
82
83
// Token: 0x06001EA1 RID: 7841 RVA: 0x00050ED0 File Offset: 0x0004F0D0
84
public
void
RemoveAt
(
int
index
)
85
{
86
throw
new
NotSupportedException
();
87
}
88
}
89
}
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.Net.Configuration.ConnectionManagementElementCollection.GetElementKey
override object GetElementKey(ConfigurationElement element)
Definition
ConnectionManagementElementCollection.cs:60
System.Net.Configuration.ConnectionManagementElementCollection.ConnectionManagementElementCollection
ConnectionManagementElementCollection()
Definition
ConnectionManagementElementCollection.cs:11
System.Net.Configuration.ConnectionManagementElementCollection.set_Item
void set_Item(int index, ConnectionManagementElement value)
Definition
ConnectionManagementElementCollection.cs:23
System.Net.Configuration.ConnectionManagementElementCollection.Remove
void Remove(string name)
Definition
ConnectionManagementElementCollection.cs:78
System.Net.Configuration.ConnectionManagementElementCollection.IndexOf
int IndexOf(ConnectionManagementElement element)
Definition
ConnectionManagementElementCollection.cs:66
System.Net.Configuration.ConnectionManagementElementCollection.Add
void Add(ConnectionManagementElement element)
Definition
ConnectionManagementElementCollection.cs:42
System.Net.Configuration.ConnectionManagementElementCollection.Clear
void Clear()
Definition
ConnectionManagementElementCollection.cs:48
System.Net.Configuration.ConnectionManagementElementCollection.RemoveAt
void RemoveAt(int index)
Definition
ConnectionManagementElementCollection.cs:84
System.Net.Configuration.ConnectionManagementElementCollection.CreateNewElement
override ConfigurationElement CreateNewElement()
Definition
ConnectionManagementElementCollection.cs:54
System.Net.Configuration.ConnectionManagementElementCollection.Remove
void Remove(ConnectionManagementElement element)
Definition
ConnectionManagementElementCollection.cs:72
System.Net.Configuration.ConnectionManagementElementCollection.get_Item
ConnectionManagementElement get_Item(int index)
Definition
ConnectionManagementElementCollection.cs:17
System.Net.Configuration.ConnectionManagementElementCollection
Definition
ConnectionManagementElementCollection.cs:9
System.Net.Configuration.ConnectionManagementElement
Definition
ConnectionManagementElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
ConnectionManagementElementCollection.cs
Generated by
1.10.0