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

◆ SettingsSaving

SettingsSavingEventHandler System.Configuration.ApplicationSettingsBase.SettingsSaving
addremoveinherited

Definition at line 149 of file ApplicationSettingsBase.cs.

150 {
151 add
152 {
153 throw new NotSupportedException();
154 }
155 remove
156 {
157 throw new NotSupportedException();
158 }
159 }