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
ProviderBase.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Specialized
;
3
4
namespace
System.Configuration.Provider
5
{
6
// Token: 0x02000002 RID: 2
7
public
abstract
class
ProviderBase
8
{
9
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
10
public
virtual
void
Initialize
(
string
name
,
NameValueCollection
config)
11
{
12
throw
new
NotSupportedException
();
13
}
14
}
15
}
System.Collections.Specialized.NameValueCollection
Definition
NameValueCollection.cs:10
System.Configuration.Provider.ProviderBase.Initialize
virtual void Initialize(string name, NameValueCollection config)
Definition
ProviderBase.cs:10
System.Configuration.Provider.ProviderBase
Definition
ProviderBase.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Collections.Specialized
Definition
BitVector32.cs:5
System.Configuration.Provider
Definition
ProviderBase.cs:5
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System.Configuration
Provider
ProviderBase.cs
Generated by
1.10.0