Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
QilConstructorToNodeType()
XPathNodeType
System.Xml.Xsl.IlGen.XmlILVisitor.QilConstructorToNodeType
(
QilNodeType
typ
)
inline
private
Definition at line
2874
of file
XmlILVisitor.cs
.
2875
{
2876
return
typ
switch
2877
{
2878
QilNodeType.DocumentCtor
=>
XPathNodeType
.Root,
2879
QilNodeType.ElementCtor
=>
XPathNodeType
.Element,
2880
QilNodeType.TextCtor
=>
XPathNodeType
.Text,
2881
QilNodeType.RawTextCtor
=>
XPathNodeType
.Text,
2882
QilNodeType.PICtor
=>
XPathNodeType
.ProcessingInstruction,
2883
QilNodeType.CommentCtor
=>
XPathNodeType
.Comment,
2884
QilNodeType.AttributeCtor
=>
XPathNodeType
.Attribute,
2885
QilNodeType.NamespaceDecl
=>
XPathNodeType
.Namespace,
2886
_
=>
XPathNodeType
.All,
2887
};
2888
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
Xsl
IlGen
XmlILVisitor
Generated by
1.10.0