Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Root.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
MS.Internal.Xml.XPath
;
4
5
internal
sealed
class
Root
:
AstNode
6
{
7
public
override
AstType
Type
=>
AstType
.Root;
8
9
public
override
XPathResultType
ReturnType
=>
XPathResultType
.NodeSet;
10
}
MS.Internal.Xml.XPath.AstNode.AstType
AstType
Definition
AstNode.cs:8
MS.Internal.Xml.XPath.AstNode
Definition
AstNode.cs:6
MS.Internal.Xml.XPath.Root.ReturnType
override XPathResultType ReturnType
Definition
Root.cs:9
MS.Internal.Xml.XPath.Root
Definition
Root.cs:6
System.Type
Definition
Type.cs:14
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath
Definition
Extensions.cs:5
source
System.Private.Xml
MS.Internal.Xml.XPath
Root.cs
Generated by
1.10.0