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.
1using System;
3
5{
6 // Token: 0x0200045D RID: 1117
8 {
9 // Token: 0x06001E55 RID: 7765 RVA: 0x00050920 File Offset: 0x0004EB20
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}