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

◆ XPathNodeType

Enumerator
Root 
Element 
Attribute 
Namespace 
Text 
SignificantWhitespace 
Whitespace 
ProcessingInstruction 
Comment 
All 

Definition at line 6 of file XPathNodeType.cs.

7 {
8 // Token: 0x040003FD RID: 1021
9 Root,
10 // Token: 0x040003FE RID: 1022
11 Element,
12 // Token: 0x040003FF RID: 1023
14 // Token: 0x04000400 RID: 1024
15 Namespace,
16 // Token: 0x04000401 RID: 1025
17 Text,
18 // Token: 0x04000402 RID: 1026
20 // Token: 0x04000403 RID: 1027
22 // Token: 0x04000404 RID: 1028
23 ProcessingInstruction,
24 // Token: 0x04000405 RID: 1029
25 Comment,
26 // Token: 0x04000406 RID: 1030
27 All
28 }