Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathResultType
enum
System.Xml.XPath.XPathResultType
Enumerator
Number
String
Boolean
NodeSet
Navigator
Any
Error
Definition at line
3
of file
XPathResultType.cs
.
4
{
5
Number
= 0,
6
String
= 1,
7
Boolean
= 2,
8
NodeSet
= 3,
9
Navigator
= 1,
10
Any = 5,
11
Error = 6
12
}
System.Number
Definition
Number.cs:13
System.String
Definition
String.cs:22
System.Xml.XPath.XPathResultType.Navigator
@ Navigator
System.Xml.XPath.XPathResultType.NodeSet
@ NodeSet
System.Boolean
Definition
Boolean.cs:10
System
Xml
XPath
Generated by
1.10.0