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

◆ SerializeAs

virtual SettingsSerializeAs System.Configuration.SettingsProperty.SerializeAs
getset

Definition at line 114 of file SettingsProperty.cs.

115 {
116 get
117 {
118 throw new NotSupportedException();
119 }
120 set
121 {
122 throw new NotSupportedException();
123 }
124 }