Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Group.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
Group
:
AstNode
6
{
7
private
readonly
AstNode
_groupNode
;
8
9
public
override
AstType
Type
=>
AstType
.Group;
10
11
public
override
XPathResultType
ReturnType
=>
XPathResultType
.NodeSet;
12
13
public
AstNode
GroupNode
=>
_groupNode
;
14
15
public
Group
(
AstNode
groupNode)
16
{
17
_groupNode
= groupNode;
18
}
19
}
MS.Internal.Xml.XPath.AstNode.AstType
AstType
Definition
AstNode.cs:8
MS.Internal.Xml.XPath.AstNode
Definition
AstNode.cs:6
MS.Internal.Xml.XPath.Group.ReturnType
override XPathResultType ReturnType
Definition
Group.cs:11
MS.Internal.Xml.XPath.Group.GroupNode
AstNode GroupNode
Definition
Group.cs:13
MS.Internal.Xml.XPath.Group._groupNode
readonly AstNode _groupNode
Definition
Group.cs:7
MS.Internal.Xml.XPath.Group.Group
Group(AstNode groupNode)
Definition
Group.cs:15
MS.Internal.Xml.XPath.Group
Definition
Group.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
Group.cs
Generated by
1.10.0