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

◆ IsNoMatch()

bool System.Xml.Xsl.Xslt.MatcherBuilder.IsNoMatch ( QilNode matcher)
inlineprivate

Definition at line 139 of file MatcherBuilder.cs.

140 {
141 if (matcher.NodeType == QilNodeType.LiteralInt32)
142 {
143 return true;
144 }
145 return false;
146 }

Referenced by System.Xml.Xsl.Xslt.MatcherBuilder.BuildMatcher(), and System.Xml.Xsl.Xslt.MatcherBuilder.MatchPatternsWhosePriorityGreater().