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

◆ PropertyChanged

global.System.ComponentModel.PropertyChangedEventHandler System.Configuration.ApplicationSettingsBase.PropertyChanged
addremoveinherited

Definition at line 104 of file ApplicationSettingsBase.cs.

105 {
106 add
107 {
108 throw new NotSupportedException();
109 }
110 remove
111 {
112 throw new NotSupportedException();
113 }
114 }