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

◆ ThrowOnErrorDeserializing

bool System.Configuration.SettingsProperty.ThrowOnErrorDeserializing
getset

Definition at line 129 of file SettingsProperty.cs.

130 {
131 get
132 {
133 throw new NotSupportedException();
134 }
135 set
136 {
137 throw new NotSupportedException();
138 }
139 }