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

◆ IsText()

static bool System.Xml.XPath.XPathNavigator.IsText ( XPathNodeType type)
inlinestaticpackageinherited

Definition at line 1833 of file XPathNavigator.cs.

1834 {
1835 return (uint)(type - 4) <= 2u;
1836 }

References System.type.

Referenced by MS.Internal.Xml.Cache.XPathDocumentBuilder.NewNode().