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

◆ XPathNodeType

Enumerator
Root 
Element 
Attribute 
Namespace 
Text 
SignificantWhitespace 
Whitespace 
ProcessingInstruction 
Comment 
All 

Definition at line 7 of file XPathNodeType.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40003FD")]
10 Root,
11 [global::Cpp2ILInjected.Token(Token = "0x40003FE")]
12 Element,
13 [global::Cpp2ILInjected.Token(Token = "0x40003FF")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000400")]
16 Namespace,
17 [global::Cpp2ILInjected.Token(Token = "0x4000401")]
18 Text,
19 [global::Cpp2ILInjected.Token(Token = "0x4000402")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000403")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000404")]
24 ProcessingInstruction,
25 [global::Cpp2ILInjected.Token(Token = "0x4000405")]
26 Comment,
27 [global::Cpp2ILInjected.Token(Token = "0x4000406")]
28 All
29 }