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
AuthenticationModuleElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000462 RID: 1122
7
[
ConfigurationCollection
(
typeof
(AuthenticationModuleElement))]
8
public
sealed
class
AuthenticationModuleElementCollection
:
ConfigurationElementCollection
9
{
10
// Token: 0x06001E69 RID: 7785 RVA: 0x00050A70 File Offset: 0x0004EC70
11
public
AuthenticationModuleElementCollection
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x06001E6A RID: 7786 RVA: 0x00050A84 File Offset: 0x0004EC84
17
public
AuthenticationModuleElement
get_Item
(
int
index
)
18
{
19
throw
new
NotSupportedException
();
20
}
21
22
// Token: 0x06001E6B RID: 7787 RVA: 0x00050A98 File Offset: 0x0004EC98
23
public
void
set_Item
(
int
index
,
AuthenticationModuleElement
value
)
24
{
25
throw
new
NotSupportedException
();
26
}
27
28
// Token: 0x170006E1 RID: 1761
29
public
AuthenticationModuleElement
this
[
string
name
]
30
{
31
get
32
{
33
throw
new
NotSupportedException
();
34
}
35
set
36
{
37
throw
new
NotSupportedException
();
38
}
39
}
40
41
// Token: 0x06001E6E RID: 7790 RVA: 0x00050AD4 File Offset: 0x0004ECD4
42
public
void
Add
(
AuthenticationModuleElement
element)
43
{
44
throw
new
NotSupportedException
();
45
}
46
47
// Token: 0x06001E6F RID: 7791 RVA: 0x00050AE8 File Offset: 0x0004ECE8
48
public
void
Clear
()
49
{
50
throw
new
NotSupportedException
();
51
}
52
53
// Token: 0x06001E70 RID: 7792 RVA: 0x00050AFC File Offset: 0x0004ECFC
54
protected
override
ConfigurationElement
CreateNewElement
()
55
{
56
throw
new
NotSupportedException
();
57
}
58
59
// Token: 0x06001E71 RID: 7793 RVA: 0x00050B10 File Offset: 0x0004ED10
60
protected
override
object
GetElementKey
(
ConfigurationElement
element)
61
{
62
throw
new
NotSupportedException
();
63
}
64
65
// Token: 0x06001E72 RID: 7794 RVA: 0x00050B24 File Offset: 0x0004ED24
66
public
int
IndexOf
(
AuthenticationModuleElement
element)
67
{
68
throw
new
NotSupportedException
();
69
}
70
71
// Token: 0x06001E73 RID: 7795 RVA: 0x00050B38 File Offset: 0x0004ED38
72
public
void
Remove
(
AuthenticationModuleElement
element)
73
{
74
throw
new
NotSupportedException
();
75
}
76
77
// Token: 0x06001E74 RID: 7796 RVA: 0x00050B4C File Offset: 0x0004ED4C
78
public
void
Remove
(
string
name
)
79
{
80
throw
new
NotSupportedException
();
81
}
82
83
// Token: 0x06001E75 RID: 7797 RVA: 0x00050B60 File Offset: 0x0004ED60
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.AuthenticationModuleElementCollection.Add
void Add(AuthenticationModuleElement element)
Definition
AuthenticationModuleElementCollection.cs:42
System.Net.Configuration.AuthenticationModuleElementCollection.AuthenticationModuleElementCollection
AuthenticationModuleElementCollection()
Definition
AuthenticationModuleElementCollection.cs:11
System.Net.Configuration.AuthenticationModuleElementCollection.set_Item
void set_Item(int index, AuthenticationModuleElement value)
Definition
AuthenticationModuleElementCollection.cs:23
System.Net.Configuration.AuthenticationModuleElementCollection.GetElementKey
override object GetElementKey(ConfigurationElement element)
Definition
AuthenticationModuleElementCollection.cs:60
System.Net.Configuration.AuthenticationModuleElementCollection.CreateNewElement
override ConfigurationElement CreateNewElement()
Definition
AuthenticationModuleElementCollection.cs:54
System.Net.Configuration.AuthenticationModuleElementCollection.Remove
void Remove(string name)
Definition
AuthenticationModuleElementCollection.cs:78
System.Net.Configuration.AuthenticationModuleElementCollection.IndexOf
int IndexOf(AuthenticationModuleElement element)
Definition
AuthenticationModuleElementCollection.cs:66
System.Net.Configuration.AuthenticationModuleElementCollection.get_Item
AuthenticationModuleElement get_Item(int index)
Definition
AuthenticationModuleElementCollection.cs:17
System.Net.Configuration.AuthenticationModuleElementCollection.RemoveAt
void RemoveAt(int index)
Definition
AuthenticationModuleElementCollection.cs:84
System.Net.Configuration.AuthenticationModuleElementCollection.Clear
void Clear()
Definition
AuthenticationModuleElementCollection.cs:48
System.Net.Configuration.AuthenticationModuleElementCollection.Remove
void Remove(AuthenticationModuleElement element)
Definition
AuthenticationModuleElementCollection.cs:72
System.Net.Configuration.AuthenticationModuleElementCollection
Definition
AuthenticationModuleElementCollection.cs:9
System.Net.Configuration.AuthenticationModuleElement
Definition
AuthenticationModuleElement.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
AuthenticationModuleElementCollection.cs
Generated by
1.10.0