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

◆ this[string propertyName]

virtual object System.Configuration.SettingsBase.this[string propertyName]
getset

Definition at line 46 of file SettingsBase.cs.

47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6001E07")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1E96B84", Offset = "0x1E96B84", Length = "0x38")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
52 get
53 {
54 throw null;
55 }
56 [global::Cpp2ILInjected.Token(Token = "0x6001E08")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1E96BBC", Offset = "0x1E96BBC", Length = "0x38")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
60 set
61 {
62 throw null;
63 }
64 }