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

◆ SerializationVisibility

DesignerSerializationVisibility System.ComponentModel.PropertyDescriptor.SerializationVisibility
getinherited

Definition at line 84 of file PropertyDescriptor.cs.

85 {
86 get
87 {
88 if (this != null)
89 {
90 }
91 string name = this.name;
92 throw new InvalidCastException();
93 }
94 }