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

◆ BasicNodeType()

XPathNodeType System.Xml.Xsl.XsltOld.NumberAction.BasicNodeType ( XPathNodeType type)
inlineprivate

Definition at line 453 of file NumberAction.cs.

454 {
455 if (type == XPathNodeType.SignificantWhitespace || type == XPathNodeType.Whitespace)
456 {
457 return XPathNodeType.Text;
458 }
459 return type;
460 }

References System.type.

Referenced by System.Xml.Xsl.XsltOld.NumberAction.MatchCountKey().