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

◆ NodeType

override XmlNodeType System.Xml.XmlProcessingInstruction.NodeType
get

Definition at line 106 of file XmlProcessingInstruction.cs.

107 {
108 get
109 {
110 return XmlNodeType.ProcessingInstruction;
111 }
112 }