terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ PropertyChanged

PropertyChangedEventHandler System.Configuration.ApplicationSettingsBase.PropertyChanged
setaddremoveinherited

Implements System.ComponentModel.INotifyPropertyChanged.

Definition at line 144 of file ApplicationSettingsBase.cs.

145 {
146 [global::Cpp2ILInjected.Token(Token = "0x6001F8B")]
147 [global::Cpp2ILInjected.Address(RVA = "0x1E9BE40", Offset = "0x1E9BE40", Length = "0x38")]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
150 add
151 {
152 throw null;
153 }
154 [global::Cpp2ILInjected.Token(Token = "0x6001F8C")]
155 [global::Cpp2ILInjected.Address(RVA = "0x1E9BE78", Offset = "0x1E9BE78", Length = "0x38")]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
158 remove
159 {
160 throw null;
161 }
162 }