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

◆ this[string propertyName]

override object System.Configuration.ApplicationSettingsBase.this[string propertyName]
getsetinherited

Definition at line 44 of file ApplicationSettingsBase.cs.

45 {
46 get
47 {
48 throw new NotSupportedException();
49 }
50 set
51 {
52 throw new NotSupportedException();
53 }
54 }