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
AppSettingsReader.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200048F RID: 1167
6 public class AppSettingsReader
7 {
8 // Token: 0x06001FB0 RID: 8112 RVA: 0x000523F4 File Offset: 0x000505F4
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x06001FB1 RID: 8113 RVA: 0x00052408 File Offset: 0x00050608
15 public object GetValue(string key, Type type)
16 {
17 throw new NotSupportedException();
18 }
19 }
20}
object GetValue(string key, Type type)