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

◆ IsFoliated()

bool System.Xml.XPathNodePointer.IsFoliated ( XmlNode node)
inlineprivate

Definition at line 528 of file XPathNodePointer.cs.

529 {
530 if (node != null && node is XmlBoundElement)
531 {
532 return ((XmlBoundElement)node).IsFoliated;
533 }
534 return true;
535 }

References System.Xml.Dictionary.

Referenced by System.Xml.XPathNodePointer.MoveToAttribute(), and System.Xml.XPathNodePointer.MoveToNextAttribute().