Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QilTargetType.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.Qil
;
2
3
internal
sealed
class
QilTargetType
:
QilBinary
4
{
5
public
QilNode
Source
=>
base
.Left;
6
7
public
XmlQueryType
TargetType => (
XmlQueryType
)((
QilLiteral
)
base
.Right).Value;
8
9
public
QilTargetType
(
QilNodeType
nodeType
,
QilNode
expr,
QilNode
targetType
)
10
:
base
(
nodeType
, expr,
targetType
)
11
{
12
}
13
}
System.Xml.Xsl.Qil.QilBinary
Definition
QilBinary.cs:4
System.Xml.Xsl.Qil.QilLiteral
Definition
QilLiteral.cs:4
System.Xml.Xsl.Qil.QilNode.nodeType
QilNodeType nodeType
Definition
QilNode.cs:8
System.Xml.Xsl.Qil.QilNode
Definition
QilNode.cs:7
System.Xml.Xsl.Qil.QilTargetType.Source
QilNode Source
Definition
QilTargetType.cs:5
System.Xml.Xsl.Qil.QilTargetType.QilTargetType
QilTargetType(QilNodeType nodeType, QilNode expr, QilNode targetType)
Definition
QilTargetType.cs:9
System.Xml.Xsl.Qil.QilTargetType
Definition
QilTargetType.cs:4
System.Xml.Xsl.XmlQueryType
Definition
XmlQueryType.cs:9
System.Xml.Xsl.Qil.QilNodeType
QilNodeType
Definition
QilNodeType.cs:4
System.Xml.Xsl.Qil
Definition
IQilAnnotation.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl.Qil
QilTargetType.cs
Generated by
1.10.0