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

◆ ScriptLocation

global.System.Uri System.Net.Configuration.ProxyElement.ScriptLocation
getset

Definition at line 73 of file ProxyElement.cs.

74 {
75 get
76 {
77 throw new NotSupportedException();
78 }
79 set
80 {
81 throw new NotSupportedException();
82 }
83 }