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

◆ IsSerializable

virtual bool System.Type.IsSerializable
getinherited

Definition at line 85 of file Type.cs.

86 {
87 get
88 {
89 bool flag = this.IsRuntimeImplemented();
90 while (this != null)
91 {
92 }
93 while (this != null)
94 {
95 }
96 return true;
97 }
98 }
bool IsRuntimeImplemented()
Definition Type.cs:1470