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

◆ Encoding

string System.Xml.XmlDeclaration.Encoding
getset

Definition at line 45 of file XmlDeclaration.cs.

46 {
47 get
48 {
49 return this.encoding;
50 }
51 set
52 {
53 if (value == null)
54 {
55 }
56 }
57 }