Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NodeTypeTest()

static bool System.Xml.Xsl.Xslt.XslAstRewriter.NodeTypeTest ( XslNodeType nodetype,
int flags )
inlinestaticprivate

Definition at line 53 of file XslAstRewriter.cs.

54 {
55 return ((flags >> (int)nodetype) & 1) != 0;
56 }

Referenced by System.Xml.Xsl.Xslt.XslAstRewriter.CheckNodeCost().