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
SettingsProviderCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration.Provider
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x0200045D RID: 1117
7
public
class
SettingsProviderCollection
:
ProviderCollection
8
{
9
// Token: 0x06001E55 RID: 7765 RVA: 0x00050920 File Offset: 0x0004EB20
10
public
SettingsProviderCollection
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x170006DE RID: 1758
16
public
SettingsProvider
this
[
string
name
]
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
24
// Token: 0x06001E57 RID: 7767 RVA: 0x00050948 File Offset: 0x0004EB48
25
public
override
void
Add
(
ProviderBase
provider)
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
}
System.Configuration.Provider.ProviderBase
Definition
ProviderBase.cs:8
System.Configuration.Provider.ProviderCollection
Definition
ProviderCollection.cs:9
System.Configuration.SettingsProviderCollection.Add
override void Add(ProviderBase provider)
Definition
SettingsProviderCollection.cs:25
System.Configuration.SettingsProviderCollection.SettingsProviderCollection
SettingsProviderCollection()
Definition
SettingsProviderCollection.cs:10
System.Configuration.SettingsProviderCollection
Definition
SettingsProviderCollection.cs:8
System.Configuration.SettingsProvider
Definition
SettingsProvider.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.Provider
Definition
ProviderBase.cs:5
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsProviderCollection.cs
Generated by
1.10.0