terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
XmlNodeType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Xml
 

Enumerations

enum  System.Xml.XmlNodeType {
  System.Xml.None , System.Xml.Element , System.Xml.Attribute , System.Xml.Text ,
  System.Xml.CDATA , System.Xml.EntityReference , System.Xml.Entity , System.Xml.ProcessingInstruction ,
  System.Xml.Comment , System.Xml.Document , System.Xml.DocumentType , System.Xml.DocumentFragment ,
  System.Xml.Notation , System.Xml.Whitespace , System.Xml.SignificantWhitespace , System.Xml.EndElement ,
  System.Xml.EndEntity , System.Xml.XmlDeclaration
}