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

◆ Standalone

string System.Xml.XmlDeclaration.Standalone
getset

Definition at line 62 of file XmlDeclaration.cs.

63 {
64 get
65 {
66 return this.standalone;
67 }
68 set
69 {
70 if (value != null)
71 {
72 if (value._stringLength != 0)
73 {
74 bool flag = value == "yes";
75 bool flag2 = value == "no";
76 }
78 return;
79 }
80 }
81 }
class f__AnonymousType0<< Count > j__TPar