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
BypassElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000465 RID: 1125
7
[
ConfigurationCollection
(
typeof
(BypassElement))]
8
public
sealed
class
BypassElementCollection
:
ConfigurationElementCollection
9
{
10
// Token: 0x06001E80 RID: 7808 RVA: 0x00050C3C File Offset: 0x0004EE3C
11
public
BypassElementCollection
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x06001E81 RID: 7809 RVA: 0x00050C50 File Offset: 0x0004EE50
17
public
BypassElement
get_Item
(
int
index
)
18
{
19
throw
new
NotSupportedException
();
20
}
21
22
// Token: 0x06001E82 RID: 7810 RVA: 0x00050C64 File Offset: 0x0004EE64
23
public
void
set_Item
(
int
index
,
BypassElement
value
)
24
{
25
throw
new
NotSupportedException
();
26
}
27
28
// Token: 0x170006E6 RID: 1766
29
public
BypassElement
this
[
string
name
]
30
{
31
get
32
{
33
throw
new
NotSupportedException
();
34
}
35
set
36
{
37
throw
new
NotSupportedException
();
38
}
39
}
40
41
// Token: 0x170006E7 RID: 1767
42
// (get) Token: 0x06001E85 RID: 7813 RVA: 0x00050CA0 File Offset: 0x0004EEA0
43
protected
override
bool
ThrowOnDuplicate
44
{
45
get
46
{
47
throw
new
NotSupportedException
();
48
}
49
}
50
51
// Token: 0x06001E86 RID: 7814 RVA: 0x00050CB4 File Offset: 0x0004EEB4
52
public
void
Add
(
BypassElement
element)
53
{
54
throw
new
NotSupportedException
();
55
}
56
57
// Token: 0x06001E87 RID: 7815 RVA: 0x00050CC8 File Offset: 0x0004EEC8
58
public
void
Clear
()
59
{
60
throw
new
NotSupportedException
();
61
}
62
63
// Token: 0x06001E88 RID: 7816 RVA: 0x00050CDC File Offset: 0x0004EEDC
64
protected
override
ConfigurationElement
CreateNewElement
()
65
{
66
throw
new
NotSupportedException
();
67
}
68
69
// Token: 0x06001E89 RID: 7817 RVA: 0x00050CF0 File Offset: 0x0004EEF0
70
protected
override
object
GetElementKey
(
ConfigurationElement
element)
71
{
72
throw
new
NotSupportedException
();
73
}
74
75
// Token: 0x06001E8A RID: 7818 RVA: 0x00050D04 File Offset: 0x0004EF04
76
public
int
IndexOf
(
BypassElement
element)
77
{
78
throw
new
NotSupportedException
();
79
}
80
81
// Token: 0x06001E8B RID: 7819 RVA: 0x00050D18 File Offset: 0x0004EF18
82
public
void
Remove
(
BypassElement
element)
83
{
84
throw
new
NotSupportedException
();
85
}
86
87
// Token: 0x06001E8C RID: 7820 RVA: 0x00050D2C File Offset: 0x0004EF2C
88
public
void
Remove
(
string
name
)
89
{
90
throw
new
NotSupportedException
();
91
}
92
93
// Token: 0x06001E8D RID: 7821 RVA: 0x00050D40 File Offset: 0x0004EF40
94
public
void
RemoveAt
(
int
index
)
95
{
96
throw
new
NotSupportedException
();
97
}
98
}
99
}
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.BypassElementCollection.IndexOf
int IndexOf(BypassElement element)
Definition
BypassElementCollection.cs:76
System.Net.Configuration.BypassElementCollection.GetElementKey
override object GetElementKey(ConfigurationElement element)
Definition
BypassElementCollection.cs:70
System.Net.Configuration.BypassElementCollection.Remove
void Remove(string name)
Definition
BypassElementCollection.cs:88
System.Net.Configuration.BypassElementCollection.Remove
void Remove(BypassElement element)
Definition
BypassElementCollection.cs:82
System.Net.Configuration.BypassElementCollection.get_Item
BypassElement get_Item(int index)
Definition
BypassElementCollection.cs:17
System.Net.Configuration.BypassElementCollection.set_Item
void set_Item(int index, BypassElement value)
Definition
BypassElementCollection.cs:23
System.Net.Configuration.BypassElementCollection.RemoveAt
void RemoveAt(int index)
Definition
BypassElementCollection.cs:94
System.Net.Configuration.BypassElementCollection.Clear
void Clear()
Definition
BypassElementCollection.cs:58
System.Net.Configuration.BypassElementCollection.CreateNewElement
override ConfigurationElement CreateNewElement()
Definition
BypassElementCollection.cs:64
System.Net.Configuration.BypassElementCollection.ThrowOnDuplicate
override bool ThrowOnDuplicate
Definition
BypassElementCollection.cs:44
System.Net.Configuration.BypassElementCollection.BypassElementCollection
BypassElementCollection()
Definition
BypassElementCollection.cs:11
System.Net.Configuration.BypassElementCollection.Add
void Add(BypassElement element)
Definition
BypassElementCollection.cs:52
System.Net.Configuration.BypassElementCollection
Definition
BypassElementCollection.cs:9
System.Net.Configuration.BypassElement
Definition
BypassElement.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
BypassElementCollection.cs
Generated by
1.10.0