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

◆ SettingsKey

string System.Configuration.ApplicationSettingsBase.SettingsKey
getsetinherited

Definition at line 89 of file ApplicationSettingsBase.cs.

90 {
91 get
92 {
93 throw new NotSupportedException();
94 }
95 set
96 {
97 throw new NotSupportedException();
98 }
99 }