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

◆ IsTextNode()

static bool System.Xml.XmlDocument.IsTextNode ( XmlNodeType nt)
inlinestaticpackage

Definition at line 949 of file XmlDocument.cs.

950 {
951 if ((uint)(nt - 3) <= 1u || (uint)(nt - 13) <= 1u)
952 {
953 return true;
954 }
955 return false;
956 }

Referenced by System.Xml.XmlDocument.NormalizeText().