Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathResultType.cs
Go to the documentation of this file.
1
namespace
System.Xml.XPath
;
2
3
public
enum
XPathResultType
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
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath.XPathResultType.Navigator
@ Navigator
System.Xml.XPath.XPathResultType.Error
@ Error
System.Xml.XPath.XPathResultType.NodeSet
@ NodeSet
System.Xml.XPath.XPathResultType.Any
@ Any
System.Xml.XPath
Definition
Extensions.cs:5
System.Boolean
Definition
Boolean.cs:10
source
System.Private.Xml
System.Xml.XPath
XPathResultType.cs
Generated by
1.10.0